License |
License |
---|---|
GroupId | GroupIdorg.jaxsb |
ArtifactId | ArtifactIdruntime |
Version | Version2.1.6 |
Type | Typejar |
Description |
DescriptionJAX-SB Runtime
The JAX-SB Runtime, which provides the base abstractions and functionalities for binding classes created by the JAX-SB framework.
|
Project Organization |
Project OrganizationJAX-SB |
Filename | Size |
---|---|
runtime-2.1.6.pom | |
runtime-2.1.6.jar | 141 KB |
runtime-2.1.6-tests.jar | 4 KB |
runtime-2.1.6-sources.jar | 54 KB |
runtime-2.1.6-javadoc.jar | 622 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaxsb/runtime/ -->
<dependency>
<groupId>org.jaxsb</groupId>
<artifactId>runtime</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaxsb/runtime/
implementation 'org.jaxsb:runtime:2.1.6'
// https://jarcasting.com/artifacts/org.jaxsb/runtime/
implementation ("org.jaxsb:runtime:2.1.6")
'org.jaxsb:runtime:jar:2.1.6'
<dependency org="org.jaxsb" name="runtime" rev="2.1.6">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaxsb', module='runtime', version='2.1.6')
)
libraryDependencies += "org.jaxsb" % "runtime" % "2.1.6"
[org.jaxsb/runtime "2.1.6"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |
org.libj : lang | jar | 0.7.5 |
org.openjax.xml : datatype | jar | 0.9.4 |
org.openjax.xml : dom | jar | 0.9.4 |
org.jaxsb : compiler | jar | 2.1.6 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.libj : test | jar | 0.7.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |