a

annotations

Annotations
Nick Battle
文件下载
文件名 操作
annotations-4.5.0.jar 下载
annotations-4.5.0.pom 下载
annotations-4.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>dk.au.ece.vdmj</groupId>
  <artifactId>annotations</artifactId>
  <version>4.5.0</version>
</dependency>
Gradle Groovy
implementation 'dk.au.ece.vdmj:annotations:4.5.0'
Gradle Kotlin
implementation("dk.au.ece.vdmj:annotations:4.5.0")
Scala SBT
libraryDependencies += "dk.au.ece.vdmj" % "annotations" % "4.5.0"
Groovy Grape
@Grapes(
  @Grab(group='dk.au.ece.vdmj', module='annotations', version='4.5.0')
)
Apache Ivy
<dependency org="dk.au.ece.vdmj" name="annotations" rev="4.5.0" />
Leiningen
[dk.au.ece.vdmj/annotations "4.5.0"]
Apache Buildr
'dk.au.ece.vdmj:annotations:jar:4.5.0'