is not current version
Last Version 2.7.3

org.eclipse.tycho:tycho-release 0.22.0


Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.tycho
ArtifactId

ArtifactId

tycho-release
Version

Version

0.22.0
Type

Type

pom

Download tycho-release 0.22.0

Filename Size
tycho-release-0.22.0.pom 979 bytes
Browse

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