| Categories | 
                CategoriesCLI User Interface | 
        
|---|---|
| GroupId | GroupIdorg.sonatype.tycho.p2 | 
    
| ArtifactId | ArtifactIdp2-bridge-client | 
    
| Last Version | Last Version0.2.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSonatype Tycho :: P2 :: Bridge :: Client 
            
         | 
    
| Filename | Size | 
|---|---|
| p2-bridge-client-0.2.0.pom | |
| p2-bridge-client-0.2.0.jar | 19 KB | 
| p2-bridge-client-0.2.0-sources.jar | 5 KB | 
| p2-bridge-client-0.2.0-javadoc.jar | 53 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.sonatype.tycho.p2/p2-bridge-client/ -->
<dependency>
    <groupId>org.sonatype.tycho.p2</groupId>
    <artifactId>p2-bridge-client</artifactId>
    <version>0.2.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.sonatype.tycho.p2/p2-bridge-client/
implementation 'org.sonatype.tycho.p2:p2-bridge-client:0.2.0'
                // https://jarcasting.com/artifacts/org.sonatype.tycho.p2/p2-bridge-client/
implementation ("org.sonatype.tycho.p2:p2-bridge-client:0.2.0")
                'org.sonatype.tycho.p2:p2-bridge-client:jar:0.2.0'
                <dependency org="org.sonatype.tycho.p2" name="p2-bridge-client" rev="0.2.0">
  <artifact name="p2-bridge-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.sonatype.tycho.p2', module='p2-bridge-client', version='0.2.0')
)
                libraryDependencies += "org.sonatype.tycho.p2" % "p2-bridge-client" % "0.2.0"
                [org.sonatype.tycho.p2/p2-bridge-client "0.2.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.sonatype.tycho.p2 : eclipse-bridge | jar | 0.2.0 | 
| org.sonatype.tycho.p2 : p2-bridge-facade-api | jar | 0.2.0 | 
| org.codehaus.plexus : plexus-component-annotations | jar | 1.5.4 | 
| javax.inject : javax.inject | jar | 1 |