| GroupId | GroupIdcom.helger.as2 |
|---|---|
| ArtifactId | ArtifactIdas2-lib-parent-pom |
| Version | Version4.9.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| as2-lib-parent-pom-4.9.2.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.9.2</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.9.2'
// https://jarcasting.com/artifacts/com.helger.as2/as2-lib-parent-pom/
implementation ("com.helger.as2:as2-lib-parent-pom:4.9.2")
'com.helger.as2:as2-lib-parent-pom:pom:4.9.2'
<dependency org="com.helger.as2" name="as2-lib-parent-pom" rev="4.9.2">
<artifact name="as2-lib-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.helger.as2', module='as2-lib-parent-pom', version='4.9.2')
)
libraryDependencies += "com.helger.as2" % "as2-lib-parent-pom" % "4.9.2"
[com.helger.as2/as2-lib-parent-pom "4.9.2"]