Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.jaxb2_commons |
ArtifactId | ArtifactIdruntime |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
runtime-0.1.pom | |
runtime-0.1.jar | 12 KB |
runtime-0.1-sources.jar | 7 KB |
runtime-0.1-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/runtime/ -->
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>runtime</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/runtime/
implementation 'org.jvnet.jaxb2_commons:runtime:0.1'
// https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/runtime/
implementation ("org.jvnet.jaxb2_commons:runtime:0.1")
'org.jvnet.jaxb2_commons:runtime:jar:0.1'
<dependency org="org.jvnet.jaxb2_commons" name="runtime" rev="0.1">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jaxb2_commons', module='runtime', version='0.1')
)
libraryDependencies += "org.jvnet.jaxb2_commons" % "runtime" % "0.1"
[org.jvnet.jaxb2_commons/runtime "0.1"]