is not current version
Last Version 2.7.3

org.eclipse.tycho.extras:tycho-extras 1.2.0

Additional tools for Tycho

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.tycho.extras
ArtifactId

ArtifactId

tycho-extras
Version

Version

1.2.0
Type

Type

pom

Download tycho-extras 1.2.0

Filename Size
tycho-extras-1.2.0.pom 14 KB
Browse

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