Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.jaxbcommons |
ArtifactId | ArtifactIdjaxbcommons-runtime |
Version | Version1.0.6.M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jvnet.jaxbcommons/jaxbcommons-runtime/ -->
<dependency>
<groupId>org.jvnet.jaxbcommons</groupId>
<artifactId>jaxbcommons-runtime</artifactId>
<version>1.0.6.M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jaxbcommons/jaxbcommons-runtime/
implementation 'org.jvnet.jaxbcommons:jaxbcommons-runtime:1.0.6.M1'
// https://jarcasting.com/artifacts/org.jvnet.jaxbcommons/jaxbcommons-runtime/
implementation ("org.jvnet.jaxbcommons:jaxbcommons-runtime:1.0.6.M1")
'org.jvnet.jaxbcommons:jaxbcommons-runtime:jar:1.0.6.M1'
<dependency org="org.jvnet.jaxbcommons" name="jaxbcommons-runtime" rev="1.0.6.M1">
<artifact name="jaxbcommons-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jaxbcommons', module='jaxbcommons-runtime', version='1.0.6.M1')
)
libraryDependencies += "org.jvnet.jaxbcommons" % "jaxbcommons-runtime" % "1.0.6.M1"
[org.jvnet.jaxbcommons/jaxbcommons-runtime "1.0.6.M1"]