文件下载
文件名 操作
aeron-annotations-1.46.0.jar 下载
aeron-annotations-1.46.0.pom 下载
aeron-annotations-1.46.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.aeron</groupId>
  <artifactId>aeron-annotations</artifactId>
  <version>1.46.0</version>
</dependency>
Gradle Groovy
implementation 'io.aeron:aeron-annotations:1.46.0'
Gradle Kotlin
implementation("io.aeron:aeron-annotations:1.46.0")
Scala SBT
libraryDependencies += "io.aeron" % "aeron-annotations" % "1.46.0"
Groovy Grape
@Grapes(
  @Grab(group='io.aeron', module='aeron-annotations', version='1.46.0')
)
Apache Ivy
<dependency org="io.aeron" name="aeron-annotations" rev="1.46.0" />
Leiningen
[io.aeron/aeron-annotations "1.46.0"]
Apache Buildr
'io.aeron:aeron-annotations:jar:1.46.0'
本项目依赖