Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdorg.eclipse.platform |
ArtifactId | ArtifactIdorg.eclipse.swt.gtk.linux.ppc64le |
Version | Version3.109.0 |
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.109.0</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.109.0'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.swt.gtk.linux.ppc64le/
implementation ("org.eclipse.platform:org.eclipse.swt.gtk.linux.ppc64le:3.109.0")
'org.eclipse.platform:org.eclipse.swt.gtk.linux.ppc64le:jar:3.109.0'
<dependency org="org.eclipse.platform" name="org.eclipse.swt.gtk.linux.ppc64le" rev="3.109.0">
<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.109.0')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.swt.gtk.linux.ppc64le" % "3.109.0"
[org.eclipse.platform/org.eclipse.swt.gtk.linux.ppc64le "3.109.0"]