| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.eclipse.tycho | 
| ArtifactId | ArtifactIdtycho-bundles | 
| Last Version | Last Version2.7.3 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionTycho OSGi Bundles Parent Tycho integrates Maven with Eclipse and OSGi | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| tycho-bundles-2.7.3.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-bundles/ -->
<dependency>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>tycho-bundles</artifactId>
    <version>2.7.3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-bundles/
implementation 'org.eclipse.tycho:tycho-bundles:2.7.3'// https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-bundles/
implementation ("org.eclipse.tycho:tycho-bundles:2.7.3")'org.eclipse.tycho:tycho-bundles:pom:2.7.3'<dependency org="org.eclipse.tycho" name="tycho-bundles" rev="2.7.3">
  <artifact name="tycho-bundles" type="pom" />
</dependency>@Grapes(
@Grab(group='org.eclipse.tycho', module='tycho-bundles', version='2.7.3')
)libraryDependencies += "org.eclipse.tycho" % "tycho-bundles" % "2.7.3"[org.eclipse.tycho/tycho-bundles "2.7.3"]