| GroupId | GroupIdcom.helger.as2 |
|---|---|
| ArtifactId | ArtifactIdas2-lib-parent-pom |
| Version | Version4.6.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| as2-lib-parent-pom-4.6.4.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.helger.as2/as2-lib-parent-pom/ -->
<dependency>
<groupId>com.helger.as2</groupId>
<artifactId>as2-lib-parent-pom</artifactId>
<version>4.6.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.helger.as2/as2-lib-parent-pom/
implementation 'com.helger.as2:as2-lib-parent-pom:4.6.4'
// https://jarcasting.com/artifacts/com.helger.as2/as2-lib-parent-pom/
implementation ("com.helger.as2:as2-lib-parent-pom:4.6.4")
'com.helger.as2:as2-lib-parent-pom:pom:4.6.4'
<dependency org="com.helger.as2" name="as2-lib-parent-pom" rev="4.6.4">
<artifact name="as2-lib-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.helger.as2', module='as2-lib-parent-pom', version='4.6.4')
)
libraryDependencies += "com.helger.as2" % "as2-lib-parent-pom" % "4.6.4"
[com.helger.as2/as2-lib-parent-pom "4.6.4"]