is not current version
Last Version 3.0.0

com.github.sebhoss:java-parent 1.0.9

Parent POM for all Java-based projects

Categories

Categories

Java Languages
GroupId

GroupId

com.github.sebhoss
ArtifactId

ArtifactId

java-parent
Version

Version

1.0.9
Type

Type

pom

Download java-parent 1.0.9

Filename Size
java-parent-1.0.9.pom 11 KB
Browse

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