| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.equinox.launcher.gtk.linux |
| ArtifactId | ArtifactIdx86_64 |
| Version | Version1.0.0-v20070606 |
| Type | Typejar |
| Description |
Description%pluginName
|
| Filename | Size |
|---|---|
| x86_64-1.0.0-v20070606.pom | |
| x86_64-1.0.0-v20070606.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.equinox.launcher.gtk.linux/x86_64/ -->
<dependency>
<groupId>org.eclipse.equinox.launcher.gtk.linux</groupId>
<artifactId>x86_64</artifactId>
<version>1.0.0-v20070606</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.equinox.launcher.gtk.linux/x86_64/
implementation 'org.eclipse.equinox.launcher.gtk.linux:x86_64:1.0.0-v20070606'
// https://jarcasting.com/artifacts/org.eclipse.equinox.launcher.gtk.linux/x86_64/
implementation ("org.eclipse.equinox.launcher.gtk.linux:x86_64:1.0.0-v20070606")
'org.eclipse.equinox.launcher.gtk.linux:x86_64:jar:1.0.0-v20070606'
<dependency org="org.eclipse.equinox.launcher.gtk.linux" name="x86_64" rev="1.0.0-v20070606">
<artifact name="x86_64" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.equinox.launcher.gtk.linux', module='x86_64', version='1.0.0-v20070606')
)
libraryDependencies += "org.eclipse.equinox.launcher.gtk.linux" % "x86_64" % "1.0.0-v20070606"
[org.eclipse.equinox.launcher.gtk.linux/x86_64 "1.0.0-v20070606"]