Skip to content

Releases: blueysh/sap4j

Release 1.1b

22 Nov 19:09
Compare
Choose a tag to compare

This release is a POM fix aimed to fix jitpack distribution

Release 1.1

14 Nov 16:20
Compare
Choose a tag to compare

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

12 Nov 04:24
897f8e1
Compare
Choose a tag to compare

The first release of sap4j. Please open any issues you find.

Full Changelog: https://github.com/itstotallyjan/sap4j/commits/stable-1.0