is not current version
Last Version 3.1.9

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

Java parent project

Categories

Categories

Java Languages
GroupId

GroupId

com.github.shoothzj
ArtifactId

ArtifactId

java-parent
Version

Version

parent-0.0.1.RELEASE
Type

Type

pom

Download java-parent parent-0.0.1.RELEASE


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