License |
License |
---|---|
Categories |
CategoriesCLI User Interface ORM Data |
GroupId | GroupIdorg.eclipse.platform |
ArtifactId | ArtifactIdorg.eclipse.equinox.launcher |
Last Version | Last Version1.6.400 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEquinox Launcher
Equinox Launcher
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.launcher/ -->
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.launcher</artifactId>
<version>1.6.400</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.launcher/
implementation 'org.eclipse.platform:org.eclipse.equinox.launcher:1.6.400'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.launcher/
implementation ("org.eclipse.platform:org.eclipse.equinox.launcher:1.6.400")
'org.eclipse.platform:org.eclipse.equinox.launcher:jar:1.6.400'
<dependency org="org.eclipse.platform" name="org.eclipse.equinox.launcher" rev="1.6.400">
<artifact name="org.eclipse.equinox.launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.platform', module='org.eclipse.equinox.launcher', version='1.6.400')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.equinox.launcher" % "1.6.400"
[org.eclipse.platform/org.eclipse.equinox.launcher "1.6.400"]