is not current version
Last Version 3.1.9

com.github.shoothzj:java-parent 3.0.8.RELEASE

Java parent project

Categories

Categories

Java Languages
GroupId

GroupId

com.github.shoothzj
ArtifactId

ArtifactId

java-parent
Version

Version

3.0.8.RELEASE
Type

Type

pom

Download java-parent 3.0.8.RELEASE


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