a

annotations

Annotation driven library for handling embedded resources
https://autores.uk
Apache License, Version 2.0
Files download
File Operation
annotations-11.0.28-beta.jar download
annotations-11.0.28-beta.pom download
annotations-11.0.28-beta-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.autores</groupId>
  <artifactId>annotations</artifactId>
  <version>11.0.28-beta</version>
</dependency>
Gradle Groovy
implementation 'uk.autores:annotations:11.0.28-beta'
Gradle Kotlin
implementation("uk.autores:annotations:11.0.28-beta")
Scala SBT
libraryDependencies += "uk.autores" % "annotations" % "11.0.28-beta"
Groovy Grape
@Grapes(
  @Grab(group='uk.autores', module='annotations', version='11.0.28-beta')
)
Apache Ivy
<dependency org="uk.autores" name="annotations" rev="11.0.28-beta" />
Leiningen
[uk.autores/annotations "11.0.28-beta"]
Apache Buildr
'uk.autores:annotations:jar:11.0.28-beta'