is not current version
Last Version 2.1.6

org.jaxsb:tutorial 2.1.4

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

GroupId

GroupId

org.jaxsb
ArtifactId

ArtifactId

tutorial
Version

Version

2.1.4
Type

Type

jar

Download tutorial 2.1.4


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