Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.davidmoten |
ArtifactId | ArtifactIdjax-maven-plugin-core |
Version | Version0.1.7 |
Type | Typejar |
<!-- 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.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/jax-maven-plugin-core/
implementation 'com.github.davidmoten:jax-maven-plugin-core:0.1.7'
// https://jarcasting.com/artifacts/com.github.davidmoten/jax-maven-plugin-core/
implementation ("com.github.davidmoten:jax-maven-plugin-core:0.1.7")
'com.github.davidmoten:jax-maven-plugin-core:jar:0.1.7'
<dependency org="com.github.davidmoten" name="jax-maven-plugin-core" rev="0.1.7">
<artifact name="jax-maven-plugin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='jax-maven-plugin-core', version='0.1.7')
)
libraryDependencies += "com.github.davidmoten" % "jax-maven-plugin-core" % "0.1.7"
[com.github.davidmoten/jax-maven-plugin-core "0.1.7"]