Maven Coordinates

Apache Maven

<dependency>
  <groupId>com.github.hazendaz</groupId>
  <artifactId>scriptable-dataset</artifactId>
  <version>3.0.0</version>
</dependency>

Apache Ivy

<dependency org="com.github.hazendaz" name="scriptable-dataset" rev="3.0.0">
  <artifact name="scriptable-dataset" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.hazendaz', module='scriptable-dataset', version='3.0.0')
)

Gradle/Grails

implementation 'com.github.hazendaz:scriptable-dataset:3.0.0'

Scala SBT

libraryDependencies += "com.github.hazendaz" % "scriptable-dataset" % "3.0.0"

Leiningen

[com.github.hazendaz/scriptable-dataset "3.0.0"]