is not current version
Last Version 2.7.3

org.eclipse.tycho:tycho-bundles 0.15.0


Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.tycho
ArtifactId

ArtifactId

tycho-bundles
Version

Version

0.15.0
Type

Type

pom

Download tycho-bundles 0.15.0

Filename Size
tycho-bundles-0.15.0.pom 2 KB
Browse

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