GroupId | GroupIdorg.sonatype.tycho |
---|---|
ArtifactId | ArtifactIdtycho-equinox-launching |
Last Version | Last Version0.11.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTycho Equinox Launching
Tycho integrates Maven with Eclipse and OSGi
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
tycho-equinox-launching-0.11.1.pom | |
tycho-equinox-launching-0.11.1.jar | 20 KB |
tycho-equinox-launching-0.11.1-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.tycho/tycho-equinox-launching/ -->
<dependency>
<groupId>org.sonatype.tycho</groupId>
<artifactId>tycho-equinox-launching</artifactId>
<version>0.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.tycho/tycho-equinox-launching/
implementation 'org.sonatype.tycho:tycho-equinox-launching:0.11.1'
// https://jarcasting.com/artifacts/org.sonatype.tycho/tycho-equinox-launching/
implementation ("org.sonatype.tycho:tycho-equinox-launching:0.11.1")
'org.sonatype.tycho:tycho-equinox-launching:jar:0.11.1'
<dependency org="org.sonatype.tycho" name="tycho-equinox-launching" rev="0.11.1">
<artifact name="tycho-equinox-launching" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.tycho', module='tycho-equinox-launching', version='0.11.1')
)
libraryDependencies += "org.sonatype.tycho" % "tycho-equinox-launching" % "0.11.1"
[org.sonatype.tycho/tycho-equinox-launching "0.11.1"]
Group / Artifact | Type | Version |
---|---|---|
org.sonatype.tycho : tycho-osgi-components | jar | 0.11.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.1 |