GroupId | GroupIdorg.sonatype.tycho |
---|---|
ArtifactId | ArtifactIdtycho-embedder-api |
Last Version | Last Version0.11.1 |
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-0.11.1.pom | |
tycho-embedder-api-0.11.1.jar | 9 KB |
tycho-embedder-api-0.11.1-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.tycho/tycho-embedder-api/ -->
<dependency>
<groupId>org.sonatype.tycho</groupId>
<artifactId>tycho-embedder-api</artifactId>
<version>0.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.tycho/tycho-embedder-api/
implementation 'org.sonatype.tycho:tycho-embedder-api:0.11.1'
// https://jarcasting.com/artifacts/org.sonatype.tycho/tycho-embedder-api/
implementation ("org.sonatype.tycho:tycho-embedder-api:0.11.1")
'org.sonatype.tycho:tycho-embedder-api:jar:0.11.1'
<dependency org="org.sonatype.tycho" name="tycho-embedder-api" rev="0.11.1">
<artifact name="tycho-embedder-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.tycho', module='tycho-embedder-api', version='0.11.1')
)
libraryDependencies += "org.sonatype.tycho" % "tycho-embedder-api" % "0.11.1"
[org.sonatype.tycho/tycho-embedder-api "0.11.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-core | jar | 3.0 |