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