MVN

org.eclipse.jdt.source.macosx.carbon : ppc

Maven & Gradle

Nov 27, 2007

%pluginName

<dependency>
    <groupId>org.eclipse.jdt.source.macosx.carbon</groupId>
    <artifactId>ppc</artifactId>
    <version>3.3.0-v20070606-0010-7o7jCHEFpPoqQYvnXqejeR</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.jdt.source.macosx.carbon : ppc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.0-v20070606-0010-7o7jCHEFpPoqQYvnXqejeR

All Versions

Choose a version of org.eclipse.jdt.source.macosx.carbon : ppc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
ppc-3.3.0-v20070606-0010-7o7jCHEFpPoqQYvnXqejeR

How to add a dependency to Maven

Add the following org.eclipse.jdt.source.macosx.carbon : ppc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.jdt.source.macosx.carbon</groupId>
    <artifactId>ppc</artifactId>
    <version>3.3.0-v20070606-0010-7o7jCHEFpPoqQYvnXqejeR</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.jdt.source.macosx.carbon : ppc gradle dependency to your build.gradle file:

implementation 'org.eclipse.jdt.source.macosx.carbon:ppc:3.3.0-v20070606-0010-7o7jCHEFpPoqQYvnXqejeR'

Gradle Kotlin DSL: Add the following org.eclipse.jdt.source.macosx.carbon : ppc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.jdt.source.macosx.carbon:ppc:3.3.0-v20070606-0010-7o7jCHEFpPoqQYvnXqejeR")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.jdt.source.macosx.carbon : ppc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.jdt.source.macosx.carbon" % "ppc" % "3.3.0-v20070606-0010-7o7jCHEFpPoqQYvnXqejeR"