License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.tycho |
ArtifactId | ArtifactIdtycho-embedder-api |
Last Version | Last Version2.7.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTycho Embedder API
Tycho integrates Maven with Eclipse and OSGi
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
tycho-embedder-api-2.7.3.pom | |
tycho-embedder-api-2.7.3.jar | 7 KB |
tycho-embedder-api-2.7.3-sources.jar | 7 KB |
tycho-embedder-api-2.7.3-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-embedder-api/ -->
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-embedder-api</artifactId>
<version>2.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-embedder-api/
implementation 'org.eclipse.tycho:tycho-embedder-api:2.7.3'
// https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-embedder-api/
implementation ("org.eclipse.tycho:tycho-embedder-api:2.7.3")
'org.eclipse.tycho:tycho-embedder-api:jar:2.7.3'
<dependency org="org.eclipse.tycho" name="tycho-embedder-api" rev="2.7.3">
<artifact name="tycho-embedder-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.tycho', module='tycho-embedder-api', version='2.7.3')
)
libraryDependencies += "org.eclipse.tycho" % "tycho-embedder-api" % "2.7.3"
[org.eclipse.tycho/tycho-embedder-api "2.7.3"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.tycho : org.eclipse.tycho.embedder.shared | jar | 2.7.3 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-core | jar | 3.8.4 |