is not current version
Last Version 1.1.9

org.sonatype.p2.bridge:eclipse-bridge 1.1.4


Categories

Categories

CLI User Interface
GroupId

GroupId

org.sonatype.p2.bridge
ArtifactId

ArtifactId

eclipse-bridge
Version

Version

1.1.4
Type

Type

jar

Download eclipse-bridge 1.1.4


<!-- https://jarcasting.com/artifacts/org.sonatype.p2.bridge/eclipse-bridge/ -->
<dependency>
    <groupId>org.sonatype.p2.bridge</groupId>
    <artifactId>eclipse-bridge</artifactId>
    <version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.p2.bridge/eclipse-bridge/
implementation 'org.sonatype.p2.bridge:eclipse-bridge:1.1.4'
// https://jarcasting.com/artifacts/org.sonatype.p2.bridge/eclipse-bridge/
implementation ("org.sonatype.p2.bridge:eclipse-bridge:1.1.4")
'org.sonatype.p2.bridge:eclipse-bridge:jar:1.1.4'
<dependency org="org.sonatype.p2.bridge" name="eclipse-bridge" rev="1.1.4">
  <artifact name="eclipse-bridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.p2.bridge', module='eclipse-bridge', version='1.1.4')
)
libraryDependencies += "org.sonatype.p2.bridge" % "eclipse-bridge" % "1.1.4"
[org.sonatype.p2.bridge/eclipse-bridge "1.1.4"]