Releases: blueysh/sap4j
Releases · blueysh/sap4j
Release 1.1b
This release is a POM fix aimed to fix jitpack distribution
Release 1.1
This release fixes an inverted return value when checking if an Argument has a value with hasValue()
.
Full Changelog: stable-1.0...stable-1.1
use this release
maven
Jitpack repository
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
sap4j dependency
<dependency>
<groupId>com.github.itstotallyjan</groupId>
<artifactId>sap4j</artifactId>
<version>stable-1.1</version>
</dependency>
gradle
Jitpack repository
repositories {
...
maven { url 'https://jitpack.io' }
}
sap4j dependency
dependencies {
implementation 'com.github.itstotallyjan:sap4j:stable-1.1'
}
Release 1.0
The first release of sap4j
. Please open any issues you find.
Full Changelog: https://github.com/itstotallyjan/sap4j/commits/stable-1.0