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


