Skip to content

Releases: atricore/convenia-api-java

Convenia HR API Client v1.3.0

24 Oct 13:21

Choose a tag to compare

Convenia HR API Client v1.3.0

Installation

Option 1: Download JAR

Download the convenia-api-client-*.jar file from the assets below.

Option 2: Maven Dependency

Add to your pom.xml:

<repositories>
    <repository>
        <id>github</id>
        <url>https://maven.pkg.github.com/atricore/convenia-api-java</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.atricore.iam.convenia.api</groupId>
    <artifactId>convenia-api-client</artifactId>
    <version>v1.3.0</version>
</dependency>

Note: GitHub Packages requires authentication. Add your GitHub credentials to ~/.m2/settings.xml:

<servers>
    <server>
        <id>github</id>
        <username>YOUR_GITHUB_USERNAME</username>
        <password>YOUR_PERSONAL_ACCESS_TOKEN</password>
    </server>
</servers>

Compatibility

  • Java 11, 17, 21

Files in this release

  • convenia-api-client-*.jar - Main connector JAR file
  • README.md - Documentation
  • LICENSE - License information
  • *.xml - Configuration examples (if available)
  • *.sha256 - Checksums for verification

Full Changelog: v1.2.3...v1.3.0

Convenia HR API Client v1.2.3

21 Aug 20:31

Choose a tag to compare

Convenia HR API Client v1.2.3

Installation

Option 1: Download JAR

Download the convenia-api-client-*.jar file from the assets below.

Option 2: Maven Dependency

Add to your pom.xml:

<repositories>
    <repository>
        <id>github</id>
        <url>https://maven.pkg.github.com/atricore/convenia-api-java</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.atricore.iam.convenia.api</groupId>
    <artifactId>convenia-api-client</artifactId>
    <version>v1.2.3</version>
</dependency>

Note: GitHub Packages requires authentication. Add your GitHub credentials to ~/.m2/settings.xml:

<servers>
    <server>
        <id>github</id>
        <username>YOUR_GITHUB_USERNAME</username>
        <password>YOUR_PERSONAL_ACCESS_TOKEN</password>
    </server>
</servers>

Compatibility

  • Java 11, 17, 21

Files in this release

  • convenia-api-client-*.jar - Main connector JAR file
  • README.md - Documentation
  • LICENSE - License information
  • *.xml - Configuration examples (if available)
  • *.sha256 - Checksums for verification

Full Changelog: v1.2.2...v1.2.3

Convenia HR API Client v1.2.2

21 Aug 18:24

Choose a tag to compare

Convenia HR API Client v1.2.2

Compatibility

  • Java 11, 17, 21

Files in this release

  • convenia-api-client-*.jar - Main connector JAR file
  • README.md - Documentation
  • LICENSE - License information
  • *.xml - Configuration examples (if available)
  • *.sha256 - Checksums for verification

Full Changelog: https://github.com/atricore/convenia-api-java/commits/v1.2.2