a

annotations

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