is not current version
Last Version 2.1.6

org.jaxsb:runtime 2.1.4

The JAX-SB Runtime, which provides the base abstractions and functionalities for binding classes created by the JAX-SB framework.

GroupId

GroupId

org.jaxsb
ArtifactId

ArtifactId

runtime
Version

Version

2.1.4
Type

Type

jar

Download runtime 2.1.4


<!-- https://jarcasting.com/artifacts/org.jaxsb/runtime/ -->
<dependency>
    <groupId>org.jaxsb</groupId>
    <artifactId>runtime</artifactId>
    <version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaxsb/runtime/
implementation 'org.jaxsb:runtime:2.1.4'
// https://jarcasting.com/artifacts/org.jaxsb/runtime/
implementation ("org.jaxsb:runtime:2.1.4")
'org.jaxsb:runtime:jar:2.1.4'
<dependency org="org.jaxsb" name="runtime" rev="2.1.4">
  <artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaxsb', module='runtime', version='2.1.4')
)
libraryDependencies += "org.jaxsb" % "runtime" % "2.1.4"
[org.jaxsb/runtime "2.1.4"]