Releases: w8fyz/Ship24-4j
Releases · w8fyz/Ship24-4j
Support Webhooks integration
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
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
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>