is not current version
Last Version 0.11.1

org.sonatype.tycho:tycho-release 0.9.0


GroupId

GroupId

org.sonatype.tycho
ArtifactId

ArtifactId

tycho-release
Version

Version

0.9.0
Type

Type

pom

Download tycho-release 0.9.0

Filename Size
tycho-release-0.9.0.pom 601 bytes
Browse

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