a

a3-rt

Builds the Joram a3 rt project.
文件下载
文件名 操作
a3-rt-5.6.0.jar 下载
a3-rt-5.6.0.pom 下载
a3-rt-5.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.objectweb.joram</groupId>
  <artifactId>a3-rt</artifactId>
  <version>5.6.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.objectweb.joram:a3-rt:5.6.0'
Gradle Kotlin
implementation("org.objectweb.joram:a3-rt:5.6.0")
Scala SBT
libraryDependencies += "org.objectweb.joram" % "a3-rt" % "5.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.objectweb.joram', module='a3-rt', version='5.6.0')
)
Apache Ivy
<dependency org="org.objectweb.joram" name="a3-rt" rev="5.6.0" />
Leiningen
[org.objectweb.joram/a3-rt "5.6.0"]
Apache Buildr
'org.objectweb.joram:a3-rt:jar:5.6.0'