Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdorg.eclipse.platform |
ArtifactId | ArtifactIdorg.eclipse.equinox.p2.operations |
Version | Version2.5.400 |
Type | Typejar |
<!-- 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.400</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.400'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.p2.operations/
implementation ("org.eclipse.platform:org.eclipse.equinox.p2.operations:2.5.400")
'org.eclipse.platform:org.eclipse.equinox.p2.operations:jar:2.5.400'
<dependency org="org.eclipse.platform" name="org.eclipse.equinox.p2.operations" rev="2.5.400">
<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.400')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.equinox.p2.operations" % "2.5.400"
[org.eclipse.platform/org.eclipse.equinox.p2.operations "2.5.400"]