is not current version
Last Version 2.7.3

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

Plugins for the pack200 archive format

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.tycho.extras
ArtifactId

ArtifactId

tycho-pack200
Version

Version

1.2.0
Type

Type

pom

Download tycho-pack200 1.2.0

Filename Size
tycho-pack200-1.2.0.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>1.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.tycho.extras/tycho-pack200/
implementation 'org.eclipse.tycho.extras:tycho-pack200:1.2.0'
// https://jarcasting.com/artifacts/org.eclipse.tycho.extras/tycho-pack200/
implementation ("org.eclipse.tycho.extras:tycho-pack200:1.2.0")
'org.eclipse.tycho.extras:tycho-pack200:pom:1.2.0'
<dependency org="org.eclipse.tycho.extras" name="tycho-pack200" rev="1.2.0">
  <artifact name="tycho-pack200" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.tycho.extras', module='tycho-pack200', version='1.2.0')
)
libraryDependencies += "org.eclipse.tycho.extras" % "tycho-pack200" % "1.2.0"
[org.eclipse.tycho.extras/tycho-pack200 "1.2.0"]