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