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