is not current version
Last Version 2.7.3

org.eclipse.tycho.extras:tycho-pack200 0.18.1

Plugins for the pack200 archive format

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.tycho.extras
ArtifactId

ArtifactId

tycho-pack200
Version

Version

0.18.1
Type

Type

pom

Download tycho-pack200 0.18.1

Filename Size
tycho-pack200-0.18.1.pom 1 KB
Browse

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