r

runtime

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