Categories |
CategoriesMaven Build Tools Net |
---|---|
GroupId | GroupIdorg.jvnet.jaxb2.maven2 |
ArtifactId | ArtifactIdmaven-jaxb2-plugin-tests-po |
Version | Version0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jvnet.jaxb2.maven2/maven-jaxb2-plugin-tests-po/ -->
<dependency>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin-tests-po</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jaxb2.maven2/maven-jaxb2-plugin-tests-po/
implementation 'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin-tests-po:0.5'
// https://jarcasting.com/artifacts/org.jvnet.jaxb2.maven2/maven-jaxb2-plugin-tests-po/
implementation ("org.jvnet.jaxb2.maven2:maven-jaxb2-plugin-tests-po:0.5")
'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin-tests-po:jar:0.5'
<dependency org="org.jvnet.jaxb2.maven2" name="maven-jaxb2-plugin-tests-po" rev="0.5">
<artifact name="maven-jaxb2-plugin-tests-po" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jaxb2.maven2', module='maven-jaxb2-plugin-tests-po', version='0.5')
)
libraryDependencies += "org.jvnet.jaxb2.maven2" % "maven-jaxb2-plugin-tests-po" % "0.5"
[org.jvnet.jaxb2.maven2/maven-jaxb2-plugin-tests-po "0.5"]