is not current version
Last Version 2.1.6

org.jaxsb:compiler 2.1.5

The JAX-SB Compiler, which is responsible for the compilation stage of the binding generation process.

GroupId

GroupId

org.jaxsb
ArtifactId

ArtifactId

compiler
Version

Version

2.1.5
Type

Type

jar

Download compiler 2.1.5


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