Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.tycho.extras |
ArtifactId | ArtifactIdtycho-extras |
Version | Version0.16.0 |
Type | Typepom |
Filename | Size |
---|---|
tycho-extras-0.16.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.tycho.extras/tycho-extras/ -->
<dependency>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-extras</artifactId>
<version>0.16.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.tycho.extras/tycho-extras/
implementation 'org.eclipse.tycho.extras:tycho-extras:0.16.0'
// https://jarcasting.com/artifacts/org.eclipse.tycho.extras/tycho-extras/
implementation ("org.eclipse.tycho.extras:tycho-extras:0.16.0")
'org.eclipse.tycho.extras:tycho-extras:pom:0.16.0'
<dependency org="org.eclipse.tycho.extras" name="tycho-extras" rev="0.16.0">
<artifact name="tycho-extras" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.tycho.extras', module='tycho-extras', version='0.16.0')
)
libraryDependencies += "org.eclipse.tycho.extras" % "tycho-extras" % "0.16.0"
[org.eclipse.tycho.extras/tycho-extras "0.16.0"]