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