Files download
File Operation
abstract_data_2.11-0.0.1.jar download
abstract_data_2.11-0.0.1.pom download
abstract_data_2.11-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.malcolmgreaves</groupId>
  <artifactId>abstract_data_2.11</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.malcolmgreaves:abstract_data_2.11:0.0.1'
Gradle Kotlin
implementation("io.malcolmgreaves:abstract_data_2.11:0.0.1")
Scala SBT
libraryDependencies += "io.malcolmgreaves" % "abstract_data_2.11" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.malcolmgreaves', module='abstract_data_2.11', version='0.0.1')
)
Apache Ivy
<dependency org="io.malcolmgreaves" name="abstract_data_2.11" rev="0.0.1" />
Leiningen
[io.malcolmgreaves/abstract_data_2.11 "0.0.1"]
Apache Buildr
'io.malcolmgreaves:abstract_data_2.11:jar:0.0.1'