Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.codehaus.castor |
ArtifactId | ArtifactIdcastor-anttasks |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCastor XML - Ant tasks for XML code generator
Castor is an open source data binding framework for Java[tm]. It’s the shortest path between Java objects, XML documents and relational tables.
|
Filename | Size |
---|---|
castor-anttasks-1.4.1.pom | |
castor-anttasks-1.4.1.jar | 22 KB |
castor-anttasks-1.4.1-sources.jar | 24 KB |
castor-anttasks-1.4.1-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.castor/castor-anttasks/ -->
<dependency>
<groupId>org.codehaus.castor</groupId>
<artifactId>castor-anttasks</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.castor/castor-anttasks/
implementation 'org.codehaus.castor:castor-anttasks:1.4.1'
// https://jarcasting.com/artifacts/org.codehaus.castor/castor-anttasks/
implementation ("org.codehaus.castor:castor-anttasks:1.4.1")
'org.codehaus.castor:castor-anttasks:jar:1.4.1'
<dependency org="org.codehaus.castor" name="castor-anttasks" rev="1.4.1">
<artifact name="castor-anttasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.castor', module='castor-anttasks', version='1.4.1')
)
libraryDependencies += "org.codehaus.castor" % "castor-anttasks" % "1.4.1"
[org.codehaus.castor/castor-anttasks "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.castor : castor-codegen | jar | 1.4.1 |
org.apache.ant : ant | jar | 1.9.6 |
commons-logging : commons-logging | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
log4j : log4j | jar | 1.2.17 |