| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.eclipse.tycho | 
| ArtifactId | ArtifactIdtycho-p2-facade | 
| Last Version | Last Version2.7.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionTycho p2 Resolver Component Tycho integrates Maven with Eclipse and OSGi | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| tycho-p2-facade-2.7.3.pom | |
| tycho-p2-facade-2.7.3.jar | 33 KB | 
| tycho-p2-facade-2.7.3-sources.jar | 16 KB | 
| tycho-p2-facade-2.7.3-javadoc.jar | 90 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-p2-facade/ -->
<dependency>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>tycho-p2-facade</artifactId>
    <version>2.7.3</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-p2-facade/
implementation 'org.eclipse.tycho:tycho-p2-facade:2.7.3'// https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-p2-facade/
implementation ("org.eclipse.tycho:tycho-p2-facade:2.7.3")'org.eclipse.tycho:tycho-p2-facade:jar:2.7.3'<dependency org="org.eclipse.tycho" name="tycho-p2-facade" rev="2.7.3">
  <artifact name="tycho-p2-facade" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.tycho', module='tycho-p2-facade', version='2.7.3')
)libraryDependencies += "org.eclipse.tycho" % "tycho-p2-facade" % "2.7.3"[org.eclipse.tycho/tycho-p2-facade "2.7.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.codehaus.plexus : plexus-component-annotations | jar | 2.1.1 | 
| org.eclipse.tycho : tycho-core | jar | 2.7.3 | 
| org.eclipse.tycho : sisu-equinox-embedder | jar | 2.7.3 | 
| org.eclipse.tycho : org.eclipse.tycho.p2.resolver.shared | jar | 2.7.3 | 
| org.eclipse.tycho : org.eclipse.tycho.p2.tools.shared | jar | 2.7.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.maven : maven-compat | jar | 3.8.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |