License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.jaxb |
ArtifactId | ArtifactIdcodemodel-annotation-compiler |
Version | Version4.0.0 |
Type | Typejar |
Description |
DescriptionCodemodel Annotation Compiler
The annotation compiler ant task for the CodeModel java source code generation library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.glassfish.jaxb/codemodel-annotation-compiler/ -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>codemodel-annotation-compiler</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jaxb/codemodel-annotation-compiler/
implementation 'org.glassfish.jaxb:codemodel-annotation-compiler:4.0.0'
// https://jarcasting.com/artifacts/org.glassfish.jaxb/codemodel-annotation-compiler/
implementation ("org.glassfish.jaxb:codemodel-annotation-compiler:4.0.0")
'org.glassfish.jaxb:codemodel-annotation-compiler:jar:4.0.0'
<dependency org="org.glassfish.jaxb" name="codemodel-annotation-compiler" rev="4.0.0">
<artifact name="codemodel-annotation-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jaxb', module='codemodel-annotation-compiler', version='4.0.0')
)
libraryDependencies += "org.glassfish.jaxb" % "codemodel-annotation-compiler" % "4.0.0"
[org.glassfish.jaxb/codemodel-annotation-compiler "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jaxb : codemodel | jar | 4.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.10.12 |