| License |
License |
|---|---|
| GroupId | GroupIdcom.xellitix.commons |
| ArtifactId | ArtifactIdparent-pom |
| Version | Version0.5.0 |
| Type | Typepom |
| Description |
DescriptionXELLITIX Commons - Parent POM
XELLITIX Commons - Parent POM
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-pom-0.5.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xellitix.commons/parent-pom/ -->
<dependency>
<groupId>com.xellitix.commons</groupId>
<artifactId>parent-pom</artifactId>
<version>0.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.xellitix.commons/parent-pom/
implementation 'com.xellitix.commons:parent-pom:0.5.0'
// https://jarcasting.com/artifacts/com.xellitix.commons/parent-pom/
implementation ("com.xellitix.commons:parent-pom:0.5.0")
'com.xellitix.commons:parent-pom:pom:0.5.0'
<dependency org="com.xellitix.commons" name="parent-pom" rev="0.5.0">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.xellitix.commons', module='parent-pom', version='0.5.0')
)
libraryDependencies += "com.xellitix.commons" % "parent-pom" % "0.5.0"
[com.xellitix.commons/parent-pom "0.5.0"]