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