Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.tycho |
ArtifactId | ArtifactIdtycho-equinox-launching |
Last Version | Last Version0.13.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTycho Equinox Launching (Incubation)
Tycho integrates Maven with Eclipse and OSGi
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
tycho-equinox-launching-0.13.0.pom | |
tycho-equinox-launching-0.13.0.jar | 20 KB |
tycho-equinox-launching-0.13.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.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-equinox-launching/
implementation 'org.eclipse.tycho:tycho-equinox-launching:0.13.0'
// https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-equinox-launching/
implementation ("org.eclipse.tycho:tycho-equinox-launching:0.13.0")
'org.eclipse.tycho:tycho-equinox-launching:jar:0.13.0'
<dependency org="org.eclipse.tycho" name="tycho-equinox-launching" rev="0.13.0">
<artifact name="tycho-equinox-launching" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.tycho', module='tycho-equinox-launching', version='0.13.0')
)
libraryDependencies += "org.eclipse.tycho" % "tycho-equinox-launching" % "0.13.0"
[org.eclipse.tycho/tycho-equinox-launching "0.13.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.tycho : tycho-core | jar | 0.13.0 |