License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.shoothzj |
ArtifactId | ArtifactIdjava-parent |
Last Version | Last Version3.1.9 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJava project parent
Java parent project
|
Project Organization |
Project OrganizationShoothzj |
Filename | Size |
---|---|
java-parent-3.1.9.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.1.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/java-parent/
implementation 'com.github.shoothzj:java-parent:3.1.9'
// https://jarcasting.com/artifacts/com.github.shoothzj/java-parent/
implementation ("com.github.shoothzj:java-parent:3.1.9")
'com.github.shoothzj:java-parent:pom:3.1.9'
<dependency org="com.github.shoothzj" name="java-parent" rev="3.1.9">
<artifact name="java-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='java-parent', version='3.1.9')
)
libraryDependencies += "com.github.shoothzj" % "java-parent" % "3.1.9"
[com.github.shoothzj/java-parent "3.1.9"]