Categories |
CategoriesMaven Build Tools Net |
---|---|
GroupId | GroupIdorg.jvnet.jaxb2.maven2 |
ArtifactId | ArtifactIdmaven-jaxb2-plugin-tests-po |
Version | Version0.4.M3 |
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.4.M3</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.4.M3'
// https://jarcasting.com/artifacts/org.jvnet.jaxb2.maven2/maven-jaxb2-plugin-tests-po/
implementation ("org.jvnet.jaxb2.maven2:maven-jaxb2-plugin-tests-po:0.4.M3")
'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin-tests-po:jar:0.4.M3'
<dependency org="org.jvnet.jaxb2.maven2" name="maven-jaxb2-plugin-tests-po" rev="0.4.M3">
<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.4.M3')
)
libraryDependencies += "org.jvnet.jaxb2.maven2" % "maven-jaxb2-plugin-tests-po" % "0.4.M3"
[org.jvnet.jaxb2.maven2/maven-jaxb2-plugin-tests-po "0.4.M3"]