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