Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.shoothzj |
ArtifactId | ArtifactIdjava-parent |
Version | Versionparent-0.0.1.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
java-parent-parent-0.0.1.RELEASE.pom | 6 KB |
Browse |
<!-- 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"]