License |
License |
---|---|
GroupId | GroupIdcom.github.spt-oss |
ArtifactId | ArtifactIdparent |
Version | Version0.5.1 |
Type | Typepom |
Description |
DescriptionThe parent POM for Java development
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-0.5.1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/parent/ -->
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>parent</artifactId>
<version>0.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/parent/
implementation 'com.github.spt-oss:parent:0.5.1'
// https://jarcasting.com/artifacts/com.github.spt-oss/parent/
implementation ("com.github.spt-oss:parent:0.5.1")
'com.github.spt-oss:parent:pom:0.5.1'
<dependency org="com.github.spt-oss" name="parent" rev="0.5.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='parent', version='0.5.1')
)
libraryDependencies += "com.github.spt-oss" % "parent" % "0.5.1"
[com.github.spt-oss/parent "0.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.14 |