is not current version
Last Version 1.6.400

org.eclipse.platform:org.eclipse.equinox.launcher 1.3.201

Equinox Launcher

Categories

Categories

CLI User Interface ORM Data
GroupId

GroupId

org.eclipse.platform
ArtifactId

ArtifactId

org.eclipse.equinox.launcher
Version

Version

1.3.201
Type

Type

jar

Download org.eclipse.equinox.launcher 1.3.201


<!-- 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.3.201</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.launcher/
implementation 'org.eclipse.platform:org.eclipse.equinox.launcher:1.3.201'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.launcher/
implementation ("org.eclipse.platform:org.eclipse.equinox.launcher:1.3.201")
'org.eclipse.platform:org.eclipse.equinox.launcher:jar:1.3.201'
<dependency org="org.eclipse.platform" name="org.eclipse.equinox.launcher" rev="1.3.201">
  <artifact name="org.eclipse.equinox.launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.platform', module='org.eclipse.equinox.launcher', version='1.3.201')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.equinox.launcher" % "1.3.201"
[org.eclipse.platform/org.eclipse.equinox.launcher "1.3.201"]