Skip to content

Releases: BoyBACKS/releasesChecker-API

New better version

31 Mar 20:12
Compare
Choose a tag to compare

Dependencies have been changed, file weighs more but simplejson library does not need to be added.

Better and optimized

30 Mar 18:42
f991810
Compare
Choose a tag to compare

A few changes in class and variable naming and README.md with information about API

First version of my checker api

28 Mar 21:24
Compare
Choose a tag to compare

You can use api via JitPack

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>
<dependency>
  <groupId>com.github.BoyBACKS</groupId>
  <artifactId>releasesChecker-API</artifactId>
  <version>v1.0</version>
</dependency>