| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.eclipse.tycho |
| ArtifactId | ArtifactIdtycho-equinox |
| Last Version | Last Version0.13.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTycho Equinox Embedder (Incubation)
Tycho integrates Maven with Eclipse and OSGi
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| tycho-equinox-0.13.0.pom | |
| tycho-equinox-0.13.0.jar | 8 KB |
| tycho-equinox-0.13.0-sources.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-equinox/ -->
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-equinox</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-equinox/
implementation 'org.eclipse.tycho:tycho-equinox:0.13.0'
// https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-equinox/
implementation ("org.eclipse.tycho:tycho-equinox:0.13.0")
'org.eclipse.tycho:tycho-equinox:jar:0.13.0'
<dependency org="org.eclipse.tycho" name="tycho-equinox" rev="0.13.0">
<artifact name="tycho-equinox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.tycho', module='tycho-equinox', version='0.13.0')
)
libraryDependencies += "org.eclipse.tycho" % "tycho-equinox" % "0.13.0"
[org.eclipse.tycho/tycho-equinox "0.13.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.plexus : plexus-component-annotations | jar | 1.5.5 |
| org.sonatype.sisu : sisu-inject-plexus | jar | 1.4.2 |
| org.eclipse.tycho : org.eclipse.osgi | jar | 3.8.0.v20110726-1606 |
| org.eclipse.tycho : tycho-equinox-api | jar | 0.13.0 |