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