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