Skip to content

Releases: sdlang-dev/SDL

2.2.1

Choose a tag to compare

@SingingBush SingingBush released this 11 Oct 14:37
3a72106

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

Choose a tag to compare

@SingingBush SingingBush released this 09 May 01:59

download directly using maven

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

2.1.0

Choose a tag to compare

@SingingBush SingingBush released this 23 Jul 16:25
release v2.1.0

2.0.1

Choose a tag to compare

@SingingBush SingingBush released this 06 Jun 13:48

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

New Beginnings

Choose a tag to compare

@SingingBush SingingBush released this 01 Jun 00:12

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

Choose a tag to compare

@SingingBush SingingBush released this 03 Dec 11:02

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.