MVN

org.eclipse.platform : org.eclipse.swt.gtk.linux.ppc64

Maven & Gradle

Jun 16, 2018
2 usages

Standard Widget Toolkit for GTK · Standard Widget Toolkit for GTK

<dependency>
    <groupId>org.eclipse.platform</groupId>
    <artifactId>org.eclipse.swt.gtk.linux.ppc64</artifactId>
    <version>3.107.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.platform : org.eclipse.swt.gtk.linux.ppc64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.107.0

All Versions

Choose a version of org.eclipse.platform : org.eclipse.swt.gtk.linux.ppc64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.107.x
org.eclipse.swt.gtk.linux.ppc64-3.107.0
3.106.x
org.eclipse.swt.gtk.linux.ppc64-3.106.3
org.eclipse.swt.gtk.linux.ppc64-3.106.2
org.eclipse.swt.gtk.linux.ppc64-3.106.1
org.eclipse.swt.gtk.linux.ppc64-3.106.0
3.105.x
org.eclipse.swt.gtk.linux.ppc64-3.105.3
org.eclipse.swt.gtk.linux.ppc64-3.105.2

How to add a dependency to Maven

Add the following org.eclipse.platform : org.eclipse.swt.gtk.linux.ppc64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.platform</groupId>
    <artifactId>org.eclipse.swt.gtk.linux.ppc64</artifactId>
    <version>3.107.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.platform : org.eclipse.swt.gtk.linux.ppc64 gradle dependency to your build.gradle file:

implementation 'org.eclipse.platform:org.eclipse.swt.gtk.linux.ppc64:3.107.0'

Gradle Kotlin DSL: Add the following org.eclipse.platform : org.eclipse.swt.gtk.linux.ppc64 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.platform:org.eclipse.swt.gtk.linux.ppc64:3.107.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.platform : org.eclipse.swt.gtk.linux.ppc64 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.platform" % "org.eclipse.swt.gtk.linux.ppc64" % "3.107.0"