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