Releases: sdlang-dev/SDL
2.2.1
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
download directly using maven
<dependency>
<groupId>com.singingbush</groupId>
<artifactId>sdlang</artifactId>
<version>2.2.0</version>
</dependency>2.1.0
release v2.1.0
2.0.1
It's best to get the jars using Maven or Gradle
New Beginnings
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
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.