r

runtime

The JAX-SB Runtime, which provides the base abstractions and functionalities for binding classes created by the JAX-SB framework.
文件下载
文件名 操作
runtime-2.2.0.jar 下载
runtime-2.2.0.pom 下载
runtime-2.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jaxsb</groupId>
  <artifactId>runtime</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.jaxsb:runtime:2.2.0'
Gradle Kotlin
implementation("org.jaxsb:runtime:2.2.0")
Scala SBT
libraryDependencies += "org.jaxsb" % "runtime" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jaxsb', module='runtime', version='2.2.0')
)
Apache Ivy
<dependency org="org.jaxsb" name="runtime" rev="2.2.0" />
Leiningen
[org.jaxsb/runtime "2.2.0"]
Apache Buildr
'org.jaxsb:runtime:jar:2.2.0'