is not current version
Last Version 0.14.0

org.eclipse.tycho.nexus:unzip-repository-plugin-parent 0.12.0

The Unzip Repository is a Nexus repository type that shadows the build results of a standard Maven 2 repository and allows to browse into zip and jar artifacts. The use case for Tycho is to to offer p2 repositories that were build with Tycho and deployed to Nexus as zip so that other Tycho projects can reference them.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.tycho.nexus
ArtifactId

ArtifactId

unzip-repository-plugin-parent
Version

Version

0.12.0
Type

Type

pom

Download unzip-repository-plugin-parent 0.12.0


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