MVN

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

Maven & Gradle

Jun 09, 2023
2 usages
2 stars

Standard Widget Toolkit for GTK · Standard Widget Toolkit for GTK

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

Latest Version

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

  • Latest Stable: 3.124.0

All Versions

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

Version Vulnerabilities Updated
3.124.x
org.eclipse.swt.gtk.linux.ppc64le-3.124.0
3.123.x
org.eclipse.swt.gtk.linux.ppc64le-3.123.0
3.122.x
org.eclipse.swt.gtk.linux.ppc64le-3.122.0
3.121.x
org.eclipse.swt.gtk.linux.ppc64le-3.121.0
3.120.x
org.eclipse.swt.gtk.linux.ppc64le-3.120.0
3.119.x
org.eclipse.swt.gtk.linux.ppc64le-3.119.0
3.118.x
org.eclipse.swt.gtk.linux.ppc64le-3.118.0
3.117.x
org.eclipse.swt.gtk.linux.ppc64le-3.117.0
3.116.x
org.eclipse.swt.gtk.linux.ppc64le-3.116.100
org.eclipse.swt.gtk.linux.ppc64le-3.116.0
3.115.x
org.eclipse.swt.gtk.linux.ppc64le-3.115.100
org.eclipse.swt.gtk.linux.ppc64le-3.115.0
3.114.x
org.eclipse.swt.gtk.linux.ppc64le-3.114.100
org.eclipse.swt.gtk.linux.ppc64le-3.114.0
3.113.x
org.eclipse.swt.gtk.linux.ppc64le-3.113.0
3.112.x
org.eclipse.swt.gtk.linux.ppc64le-3.112.0
3.111.x
org.eclipse.swt.gtk.linux.ppc64le-3.111.0
3.110.x
org.eclipse.swt.gtk.linux.ppc64le-3.110.0
3.109.x
org.eclipse.swt.gtk.linux.ppc64le-3.109.0
3.108.x
org.eclipse.swt.gtk.linux.ppc64le-3.108.0
3.107.x
org.eclipse.swt.gtk.linux.ppc64le-3.107.0
3.106.x
org.eclipse.swt.gtk.linux.ppc64le-3.106.3
org.eclipse.swt.gtk.linux.ppc64le-3.106.2
org.eclipse.swt.gtk.linux.ppc64le-3.106.1
org.eclipse.swt.gtk.linux.ppc64le-3.106.0
3.105.x
org.eclipse.swt.gtk.linux.ppc64le-3.105.3
org.eclipse.swt.gtk.linux.ppc64le-3.105.2

How to add a dependency to Maven

Add the following org.eclipse.platform : org.eclipse.swt.gtk.linux.ppc64le 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.ppc64le</artifactId>
    <version>3.124.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.eclipse.platform:org.eclipse.swt.gtk.linux.ppc64le:3.124.0'

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

implementation("org.eclipse.platform:org.eclipse.swt.gtk.linux.ppc64le:3.124.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.eclipse.platform" % "org.eclipse.swt.gtk.linux.ppc64le" % "3.124.0"