GroupId | GroupIdorg.codehaus.castor |
---|---|
ArtifactId | ArtifactIdcastor-codegen |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCastor XML - Code generator
Code generator of Castor XML: takes a set of XML schemas and generates Java source code based on the content definitions
|
Filename | Size |
---|---|
castor-codegen-1.4.1.pom | |
castor-codegen-1.4.1.jar | 500 KB |
castor-codegen-1.4.1-sources.jar | 489 KB |
castor-codegen-1.4.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.castor/castor-codegen/ -->
<dependency>
<groupId>org.codehaus.castor</groupId>
<artifactId>castor-codegen</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.castor/castor-codegen/
implementation 'org.codehaus.castor:castor-codegen:1.4.1'
// https://jarcasting.com/artifacts/org.codehaus.castor/castor-codegen/
implementation ("org.codehaus.castor:castor-codegen:1.4.1")
'org.codehaus.castor:castor-codegen:jar:1.4.1'
<dependency org="org.codehaus.castor" name="castor-codegen" rev="1.4.1">
<artifact name="castor-codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.castor', module='castor-codegen', version='1.4.1')
)
libraryDependencies += "org.codehaus.castor" % "castor-codegen" % "1.4.1"
[org.codehaus.castor/castor-codegen "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.castor : castor-core | jar | 1.4.1 |
org.codehaus.castor : castor-xml | jar | 1.4.1 |
org.codehaus.castor : castor-xml-schema | jar | 1.4.1 |
commons-logging : commons-logging | jar | 1.2 |
org.apache.commons : commons-lang3 | jar | 3.4 |
org.apache.velocity : velocity Optional | jar | 1.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
log4j : log4j | jar | 1.2.17 |