Files download
File Operation
bob-annotations-0.2.0.jar download
bob-annotations-0.2.0.pom download
bob-annotations-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.jonasg</groupId>
  <artifactId>bob-annotations</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.jonasg:bob-annotations:0.2.0'
Gradle Kotlin
implementation("io.jonasg:bob-annotations:0.2.0")
Scala SBT
libraryDependencies += "io.jonasg" % "bob-annotations" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.jonasg', module='bob-annotations', version='0.2.0')
)
Apache Ivy
<dependency org="io.jonasg" name="bob-annotations" rev="0.2.0" />
Leiningen
[io.jonasg/bob-annotations "0.2.0"]
Apache Buildr
'io.jonasg:bob-annotations:jar:0.2.0'
Dependencies
The project has no third-party dependencies