Skip to content

Releases: sdlang-dev/SDL

2.2.1

11 Oct 14:37
3a72106

Choose a tag to compare

The 2.2.1 release is available from maven central:

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

There are additional packages for sdlang-annotations and sdlang-spring which can optionally be added for additional functionality. The annotations allow pojo's to be easily annotated with fields that map to an SDL tag and the spring package allows Spring users to use an sdl file as a PropertySource

    <dependency>
        <groupId>com.singingbush</groupId>
        <artifactId>sdlang-annotations</artifactId>
        <version>2.2.1</version>
    </dependency>
    <dependency>
        <groupId>com.singingbush</groupId>
        <artifactId>sdlang-spring</artifactId>
        <version>2.2.1</version>
    </dependency>

2.2.0

09 May 01:59

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

Choose a tag to compare

release v2.1.0

2.0.1

06 Jun 13:48

Choose a tag to compare

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

New Beginnings

01 Jun 00:12

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

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.