| License |
License |
|---|---|
| GroupId | GroupIdcom.alterioncorp |
| ArtifactId | ArtifactIdparent-pom |
| Last Version | Last Version1.9 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionparent-pom
Parent POM for com.alterioncorp projects.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-pom-1.9.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alterioncorp/parent-pom/ -->
<dependency>
<groupId>com.alterioncorp</groupId>
<artifactId>parent-pom</artifactId>
<version>1.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alterioncorp/parent-pom/
implementation 'com.alterioncorp:parent-pom:1.9'
// https://jarcasting.com/artifacts/com.alterioncorp/parent-pom/
implementation ("com.alterioncorp:parent-pom:1.9")
'com.alterioncorp:parent-pom:pom:1.9'
<dependency org="com.alterioncorp" name="parent-pom" rev="1.9">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alterioncorp', module='parent-pom', version='1.9')
)
libraryDependencies += "com.alterioncorp" % "parent-pom" % "1.9"
[com.alterioncorp/parent-pom "1.9"]