GroupId | GroupIdcom.github.lontime |
---|---|
ArtifactId | ArtifactIdparent-pom |
Version | Version1.0.0-M14 |
Type | Typepom |
Filename | Size |
---|---|
parent-pom-1.0.0-M14.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lontime/parent-pom/ -->
<dependency>
<groupId>com.github.lontime</groupId>
<artifactId>parent-pom</artifactId>
<version>1.0.0-M14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lontime/parent-pom/
implementation 'com.github.lontime:parent-pom:1.0.0-M14'
// https://jarcasting.com/artifacts/com.github.lontime/parent-pom/
implementation ("com.github.lontime:parent-pom:1.0.0-M14")
'com.github.lontime:parent-pom:pom:1.0.0-M14'
<dependency org="com.github.lontime" name="parent-pom" rev="1.0.0-M14">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lontime', module='parent-pom', version='1.0.0-M14')
)
libraryDependencies += "com.github.lontime" % "parent-pom" % "1.0.0-M14"
[com.github.lontime/parent-pom "1.0.0-M14"]