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