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