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