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