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