GroupId | GroupIdorg.sonatype.p2.touchpoints |
---|---|
ArtifactId | ArtifactIdp2-touchpoints-aggregator |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
p2-touchpoints-aggregator-1.0.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.p2.touchpoints/p2-touchpoints-aggregator/ -->
<dependency>
<groupId>org.sonatype.p2.touchpoints</groupId>
<artifactId>p2-touchpoints-aggregator</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.p2.touchpoints/p2-touchpoints-aggregator/
implementation 'org.sonatype.p2.touchpoints:p2-touchpoints-aggregator:1.0.2'
// https://jarcasting.com/artifacts/org.sonatype.p2.touchpoints/p2-touchpoints-aggregator/
implementation ("org.sonatype.p2.touchpoints:p2-touchpoints-aggregator:1.0.2")
'org.sonatype.p2.touchpoints:p2-touchpoints-aggregator:pom:1.0.2'
<dependency org="org.sonatype.p2.touchpoints" name="p2-touchpoints-aggregator" rev="1.0.2">
<artifact name="p2-touchpoints-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.p2.touchpoints', module='p2-touchpoints-aggregator', version='1.0.2')
)
libraryDependencies += "org.sonatype.p2.touchpoints" % "p2-touchpoints-aggregator" % "1.0.2"
[org.sonatype.p2.touchpoints/p2-touchpoints-aggregator "1.0.2"]