is not current version
Last Version 1.0.2

com.github.malkomich:java-parent-pom 0.0.10

POM parent for the build configuration of a Java project

Categories

Categories

Java Languages
GroupId

GroupId

com.github.malkomich
ArtifactId

ArtifactId

java-parent-pom
Version

Version

0.0.10
Type

Type

pom

Download java-parent-pom 0.0.10

Filename Size
java-parent-pom-0.0.10.pom 27 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.malkomich/java-parent-pom/ -->
<dependency>
    <groupId>com.github.malkomich</groupId>
    <artifactId>java-parent-pom</artifactId>
    <version>0.0.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.malkomich/java-parent-pom/
implementation 'com.github.malkomich:java-parent-pom:0.0.10'
// https://jarcasting.com/artifacts/com.github.malkomich/java-parent-pom/
implementation ("com.github.malkomich:java-parent-pom:0.0.10")
'com.github.malkomich:java-parent-pom:pom:0.0.10'
<dependency org="com.github.malkomich" name="java-parent-pom" rev="0.0.10">
  <artifact name="java-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.malkomich', module='java-parent-pom', version='0.0.10')
)
libraryDependencies += "com.github.malkomich" % "java-parent-pom" % "0.0.10"
[com.github.malkomich/java-parent-pom "0.0.10"]