Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.jaxb2_commons |
ArtifactId | ArtifactIdtools |
Version | Version0.2.GA |
Type | Typejar |
Filename | Size |
---|---|
tools-0.2.GA.pom | |
tools-0.2.GA.jar | 23 KB |
tools-0.2.GA-sources.jar | 13 KB |
tools-0.2.GA-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/tools/ -->
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>tools</artifactId>
<version>0.2.GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/tools/
implementation 'org.jvnet.jaxb2_commons:tools:0.2.GA'
// https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/tools/
implementation ("org.jvnet.jaxb2_commons:tools:0.2.GA")
'org.jvnet.jaxb2_commons:tools:jar:0.2.GA'
<dependency org="org.jvnet.jaxb2_commons" name="tools" rev="0.2.GA">
<artifact name="tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jaxb2_commons', module='tools', version='0.2.GA')
)
libraryDependencies += "org.jvnet.jaxb2_commons" % "tools" % "0.2.GA"
[org.jvnet.jaxb2_commons/tools "0.2.GA"]