Skip to content

Releases: socobox/sbxcloud-lib-java

v0.0.8

26 Jan 18:32

Choose a tag to compare

What's Changed

  • docs: update version to v0.0.6 (81a4ffe)
  • chore: prepare for next development iteration (c10e748)

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.8</version>
</dependency>

v0.0.6

26 Jan 18:28

Choose a tag to compare

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>

v0.0.4

26 Jan 18:02

Choose a tag to compare

What's Changed

  • fix: correct groupId in release template and update version (cd46983)
  • chore: prepare for next development iteration (fd9c254)

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.4</version>
</dependency>

v0.0.2

26 Jan 17:58

Choose a tag to compare

What's Changed

  • fix: javadoc HTML escaping and doclint configuration (6eabe47)
  • feat: initial release of SBX Java Client Library (7844f92)
  • chore: init file with JUNIE.md (301dbf9)

Installation

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

<dependency>
    <groupId>com.github.sbxcloud</groupId>
    <artifactId>sbx-lib-java</artifactId>
    <version>v0.0.2</version>
</dependency>