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