| Categories |
CategoriesJava Languages |
|---|---|
| GroupId | GroupIdcom.github.shoothzj |
| ArtifactId | ArtifactIdjava-parent |
| Version | Version3.0.6.RELEASE |
| Type | Typepom |
| Filename | Size |
|---|---|
| java-parent-3.0.6.RELEASE.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/java-parent/ -->
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>java-parent</artifactId>
<version>3.0.6.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/java-parent/
implementation 'com.github.shoothzj:java-parent:3.0.6.RELEASE'
// https://jarcasting.com/artifacts/com.github.shoothzj/java-parent/
implementation ("com.github.shoothzj:java-parent:3.0.6.RELEASE")
'com.github.shoothzj:java-parent:pom:3.0.6.RELEASE'
<dependency org="com.github.shoothzj" name="java-parent" rev="3.0.6.RELEASE">
<artifact name="java-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='java-parent', version='3.0.6.RELEASE')
)
libraryDependencies += "com.github.shoothzj" % "java-parent" % "3.0.6.RELEASE"
[com.github.shoothzj/java-parent "3.0.6.RELEASE"]