Files download
File Operation
aeron-annotations-1.44.2.jar download
aeron-annotations-1.44.2.pom download
aeron-annotations-1.44.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.aeron</groupId>
  <artifactId>aeron-annotations</artifactId>
  <version>1.44.2</version>
</dependency>
Gradle Groovy
implementation 'io.aeron:aeron-annotations:1.44.2'
Gradle Kotlin
implementation("io.aeron:aeron-annotations:1.44.2")
Scala SBT
libraryDependencies += "io.aeron" % "aeron-annotations" % "1.44.2"
Groovy Grape
@Grapes(
  @Grab(group='io.aeron', module='aeron-annotations', version='1.44.2')
)
Apache Ivy
<dependency org="io.aeron" name="aeron-annotations" rev="1.44.2" />
Leiningen
[io.aeron/aeron-annotations "1.44.2"]
Apache Buildr
'io.aeron:aeron-annotations:jar:1.44.2'
Dependencies
The project has no third-party dependencies