License |
License |
---|---|
GroupId | GroupIdorg.jaxsb |
ArtifactId | ArtifactIdcompiler |
Version | Version2.1.6 |
Type | Typejar |
Description |
DescriptionJAX-SB Compiler
The JAX-SB Compiler, which is responsible for the compilation stage of the binding generation process.
|
Project Organization |
Project OrganizationJAX-SB |
Filename | Size |
---|---|
compiler-2.1.6.pom | |
compiler-2.1.6.jar | 187 KB |
compiler-2.1.6-tests.jar | 4 KB |
compiler-2.1.6-sources.jar | 165 KB |
compiler-2.1.6-javadoc.jar | 914 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaxsb/compiler/ -->
<dependency>
<groupId>org.jaxsb</groupId>
<artifactId>compiler</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaxsb/compiler/
implementation 'org.jaxsb:compiler:2.1.6'
// https://jarcasting.com/artifacts/org.jaxsb/compiler/
implementation ("org.jaxsb:compiler:2.1.6")
'org.jaxsb:compiler:jar:2.1.6'
<dependency org="org.jaxsb" name="compiler" rev="2.1.6">
<artifact name="compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaxsb', module='compiler', version='2.1.6')
)
libraryDependencies += "org.jaxsb" % "compiler" % "2.1.6"
[org.jaxsb/compiler "2.1.6"]
Group / Artifact | Type | Version |
---|---|---|
org.openjax.xml : sax | jar | 0.9.4 |
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 |