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