Skip to content

Support Webhooks integration

Latest
Compare
Choose a tag to compare
@w8fyz w8fyz released this 29 Mar 00:36
· 2 commits to main since this release
44a4cde

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>