Skip to content

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 26 Jan 18:28
· 26 commits to main since this release

What's Changed

  • fix: update jitpack.yml to use Maven 3.9.9 (c2ae97d)
  • chore: prepare for next development iteration (30734db)

Installation

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.socobox</groupId>
    <artifactId>sbx-lib-java</artifactId>
    <version>v0.0.6</version>
</dependency>