License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.davidmoten |
ArtifactId | ArtifactIdjax-maven-plugin-core |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom to ease deployment to Maven Central
|
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/jax-maven-plugin-core/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>jax-maven-plugin-core</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/jax-maven-plugin-core/
implementation 'com.github.davidmoten:jax-maven-plugin-core:0.2'
// https://jarcasting.com/artifacts/com.github.davidmoten/jax-maven-plugin-core/
implementation ("com.github.davidmoten:jax-maven-plugin-core:0.2")
'com.github.davidmoten:jax-maven-plugin-core:jar:0.2'
<dependency org="com.github.davidmoten" name="jax-maven-plugin-core" rev="0.2">
<artifact name="jax-maven-plugin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='jax-maven-plugin-core', version='0.2')
)
libraryDependencies += "com.github.davidmoten" % "jax-maven-plugin-core" % "0.2"
[com.github.davidmoten/jax-maven-plugin-core "0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.ws : jaxws-tools | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.33 |
org.slf4j : slf4j-simple | jar | 1.7.33 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |