Skip to content

Releases: w8fyz/Ship24-4j

Support Webhooks integration

29 Mar 00:36
44a4cde
Compare
Choose a tag to compare

Support Webhooks integration

  • Added webhooks integration (please don't forget to add the URL in the ship24 dashboard aswell as the secret (recommanded)
  • Edited README
  • Java 17
  • Edited package in a more logic way

How to install

To use it in your Maven build add:

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

and the dependency:

<dependency>
	<groupId>com.github.fyzrdc</groupId>
	<artifactId>Ship24-4j</artifactId>
	<version>v0.3-beta</version>
</dependency>

Fix Jitpack Build

28 Mar 10:09
Compare
Choose a tag to compare

Fix Jitpack Build

  • Edited pom.xml
  • Edited README & docs with infos

How to install

To use it in your Maven build add:

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

and the dependency:

	<dependency>
		<groupId>com.github.fyzrdc</groupId>
		<artifactId>Ship24-4j</artifactId>
		<version>v0.2-beta</version>
	</dependency>

First Release

28 Mar 09:41
e2fcc61
Compare
Choose a tag to compare

First Release

  • Hello World !

How to install

To use it in your Maven build add:

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

and the dependency:

	<dependency>
		<groupId>com.github.fyzrdc</groupId>
		<artifactId>Ship24-4j</artifactId>
		<version>v0.1-beta</version>
	</dependency>