is not current version
Last Version 2.1.6

org.jaxsb:sample 2.1.4

Sample projects illustrating the use of the JAX-SB framework.

GroupId

GroupId

org.jaxsb
ArtifactId

ArtifactId

sample
Version

Version

2.1.4
Type

Type

jar

Download sample 2.1.4


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