is not current version
Last Version 2.7.3

org.eclipse.tycho:tycho-release 1.7.0


Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.tycho
ArtifactId

ArtifactId

tycho-release
Version

Version

1.7.0
Type

Type

pom

Download tycho-release 1.7.0

Filename Size
tycho-release-1.7.0.pom 965 bytes
Browse

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