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