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