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