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