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