is not current version
Last Version 2.7.3

org.eclipse.tycho.extras:tycho-extras 2.1.0

Additional tools for Tycho

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.tycho.extras
ArtifactId

ArtifactId

tycho-extras
Version

Version

2.1.0
Type

Type

pom

Download tycho-extras 2.1.0

Filename Size
tycho-extras-2.1.0.pom 6 KB
Browse

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