Maven Coordinates
Apache Maven
<dependency>
<groupId>com.github.hazendaz</groupId>
<artifactId>scriptable-dataset</artifactId>
<version>3.1.0</version>
</dependency>
Apache Ivy
<dependency org="com.github.hazendaz" name="scriptable-dataset" rev="3.1.0">
<artifact name="scriptable-dataset" type="jar" />
</dependency>
Groovy Grape
@Grapes(
@Grab(group='com.github.hazendaz', module='scriptable-dataset', version='3.1.0')
)
Gradle/Grails
implementation 'com.github.hazendaz:scriptable-dataset:3.1.0'
Scala SBT
libraryDependencies += "com.github.hazendaz" % "scriptable-dataset" % "3.1.0"
Leiningen
[com.github.hazendaz/scriptable-dataset "3.1.0"]