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