License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.davidmoten |
ArtifactId | ArtifactIdjax-maven-plugin-parent |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjax-maven-plugin-parent
Parent pom to ease deployment to Maven Central
|
Project URL |
Project URL |
Filename | Size |
---|---|
jax-maven-plugin-parent-0.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/jax-maven-plugin-parent/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>jax-maven-plugin-parent</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/jax-maven-plugin-parent/
implementation 'com.github.davidmoten:jax-maven-plugin-parent:0.2'
// https://jarcasting.com/artifacts/com.github.davidmoten/jax-maven-plugin-parent/
implementation ("com.github.davidmoten:jax-maven-plugin-parent:0.2")
'com.github.davidmoten:jax-maven-plugin-parent:pom:0.2'
<dependency org="com.github.davidmoten" name="jax-maven-plugin-parent" rev="0.2">
<artifact name="jax-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='jax-maven-plugin-parent', version='0.2')
)
libraryDependencies += "com.github.davidmoten" % "jax-maven-plugin-parent" % "0.2"
[com.github.davidmoten/jax-maven-plugin-parent "0.2"]