is not current version
Last Version 2.6.0

org.eclipse.platform:org.eclipse.equinox.p2.operations 2.5.0

Equinox Provisioning Operations API

Categories

Categories

CLI User Interface ORM Data
GroupId

GroupId

org.eclipse.platform
ArtifactId

ArtifactId

org.eclipse.equinox.p2.operations
Version

Version

2.5.0
Type

Type

jar

Download org.eclipse.equinox.p2.operations 2.5.0


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