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