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