Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdorg.eclipse.platform |
ArtifactId | ArtifactIdorg.eclipse.equinox.p2.extensionlocation |
Version | Version1.3.200 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.p2.extensionlocation/ -->
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.p2.extensionlocation</artifactId>
<version>1.3.200</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.p2.extensionlocation/
implementation 'org.eclipse.platform:org.eclipse.equinox.p2.extensionlocation:1.3.200'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.p2.extensionlocation/
implementation ("org.eclipse.platform:org.eclipse.equinox.p2.extensionlocation:1.3.200")
'org.eclipse.platform:org.eclipse.equinox.p2.extensionlocation:jar:1.3.200'
<dependency org="org.eclipse.platform" name="org.eclipse.equinox.p2.extensionlocation" rev="1.3.200">
<artifact name="org.eclipse.equinox.p2.extensionlocation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.platform', module='org.eclipse.equinox.p2.extensionlocation', version='1.3.200')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.equinox.p2.extensionlocation" % "1.3.200"
[org.eclipse.platform/org.eclipse.equinox.p2.extensionlocation "1.3.200"]