| GroupId | GroupIdeu.toop |
|---|---|
| ArtifactId | ArtifactIdtoop-commons-ng-parent-pom |
| Version | Version2.0.0-rc1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| toop-commons-ng-parent-pom-2.0.0-rc1.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.toop/toop-commons-ng-parent-pom/ -->
<dependency>
<groupId>eu.toop</groupId>
<artifactId>toop-commons-ng-parent-pom</artifactId>
<version>2.0.0-rc1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/eu.toop/toop-commons-ng-parent-pom/
implementation 'eu.toop:toop-commons-ng-parent-pom:2.0.0-rc1'
// https://jarcasting.com/artifacts/eu.toop/toop-commons-ng-parent-pom/
implementation ("eu.toop:toop-commons-ng-parent-pom:2.0.0-rc1")
'eu.toop:toop-commons-ng-parent-pom:pom:2.0.0-rc1'
<dependency org="eu.toop" name="toop-commons-ng-parent-pom" rev="2.0.0-rc1">
<artifact name="toop-commons-ng-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='eu.toop', module='toop-commons-ng-parent-pom', version='2.0.0-rc1')
)
libraryDependencies += "eu.toop" % "toop-commons-ng-parent-pom" % "2.0.0-rc1"
[eu.toop/toop-commons-ng-parent-pom "2.0.0-rc1"]