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