Skip to content

Releases: sdlang-dev/SDL

2.2.0

09 May 01:59
Compare
Choose a tag to compare

download directly using maven

    <dependency>
        <groupId>com.singingbush</groupId>
        <artifactId>sdlang</artifactId>
        <version>2.2.0</version>
    </dependency>

2.1.0

23 Jul 16:25
Compare
Choose a tag to compare
release v2.1.0

2.0.1

06 Jun 13:48
Compare
Choose a tag to compare

It's best to get the jars using Maven or Gradle

New Beginnings

01 Jun 00:12
Compare
Choose a tag to compare

This release is the first version to be made available via the central Maven repository. This version makes use of the java.time package, therefore the minimum supported Java version is Java 8.

the last v1 - supports Java 6 and above

03 Dec 11:02
Compare
Choose a tag to compare

This release has been done using the groupId and artifactId of the original author:

    <groupId>org.ikayzo</groupId>
    <artifactId>sdl</artifactId>
    <version>1.4.0</version>

Future work in this repo will be done under the com.singingbush groupId. Future releases will require Java 8 or greater.