is not current version
Last Version 0.11.1

org.sonatype.tycho:tycho-p2-resolver 0.11.0


GroupId

GroupId

org.sonatype.tycho
ArtifactId

ArtifactId

tycho-p2-resolver
Version

Version

0.11.0
Type

Type

pom

Download tycho-p2-resolver 0.11.0


<!-- https://jarcasting.com/artifacts/org.sonatype.tycho/tycho-p2-resolver/ -->
<dependency>
    <groupId>org.sonatype.tycho</groupId>
    <artifactId>tycho-p2-resolver</artifactId>
    <version>0.11.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.tycho/tycho-p2-resolver/
implementation 'org.sonatype.tycho:tycho-p2-resolver:0.11.0'
// https://jarcasting.com/artifacts/org.sonatype.tycho/tycho-p2-resolver/
implementation ("org.sonatype.tycho:tycho-p2-resolver:0.11.0")
'org.sonatype.tycho:tycho-p2-resolver:pom:0.11.0'
<dependency org="org.sonatype.tycho" name="tycho-p2-resolver" rev="0.11.0">
  <artifact name="tycho-p2-resolver" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.tycho', module='tycho-p2-resolver', version='0.11.0')
)
libraryDependencies += "org.sonatype.tycho" % "tycho-p2-resolver" % "0.11.0"
[org.sonatype.tycho/tycho-p2-resolver "0.11.0"]