a

annotations

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