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