Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.tycho.nexus |
ArtifactId | ArtifactIdunzip-repository-plugin-parent |
Version | Version0.12.0 |
Type | Typepom |
Filename | Size |
---|---|
unzip-repository-plugin-parent-0.12.0.pom | 6 KB |
Browse |
<!-- 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"]