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