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