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