is not current version
Last Version 3.0.0

com.github.sebhoss:java-parent 1.0.4

Parent POM for all Java-based projects

Categories

Categories

Java Languages
GroupId

GroupId

com.github.sebhoss
ArtifactId

ArtifactId

java-parent
Version

Version

1.0.4
Type

Type

pom

Download java-parent 1.0.4

Filename Size
java-parent-1.0.4.pom 8 KB
Browse

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