Categories |
CategoriesAnt Build Tools Net |
---|---|
GroupId | GroupIdorg.jvnet.jaxb2_commons |
ArtifactId | ArtifactIdjaxb2_commons-ant |
Version | Version0.4.1.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb2_commons-ant/ -->
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2_commons-ant</artifactId>
<version>0.4.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb2_commons-ant/
implementation 'org.jvnet.jaxb2_commons:jaxb2_commons-ant:0.4.1.4'
// https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb2_commons-ant/
implementation ("org.jvnet.jaxb2_commons:jaxb2_commons-ant:0.4.1.4")
'org.jvnet.jaxb2_commons:jaxb2_commons-ant:jar:0.4.1.4'
<dependency org="org.jvnet.jaxb2_commons" name="jaxb2_commons-ant" rev="0.4.1.4">
<artifact name="jaxb2_commons-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jaxb2_commons', module='jaxb2_commons-ant', version='0.4.1.4')
)
libraryDependencies += "org.jvnet.jaxb2_commons" % "jaxb2_commons-ant" % "0.4.1.4"
[org.jvnet.jaxb2_commons/jaxb2_commons-ant "0.4.1.4"]