MVN

org.eclipse.platform : org.eclipse.core.contenttype

Maven & Gradle

Sep 11, 2022
41 usages

Eclipse Content Mechanism · Eclipse Content Mechanism

<dependency>
    <groupId>org.eclipse.platform</groupId>
    <artifactId>org.eclipse.core.contenttype</artifactId>
    <version>3.8.200</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.platform : org.eclipse.core.contenttype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.8.200

All Versions

Choose a version of org.eclipse.platform : org.eclipse.core.contenttype to add to Maven or Gradle - All Versions:

  • Version Updated
  • org.eclipse.core.contenttype-3.8.200

    Sep 11, 2022
  • org.eclipse.core.contenttype-3.8.100

    Dec 08, 2021
  • org.eclipse.core.contenttype-3.8.0

    Sep 15, 2021
  • org.eclipse.core.contenttype-3.7.1000

    Jun 14, 2021
  • org.eclipse.core.contenttype-3.7.900

    Mar 12, 2021
  • org.eclipse.core.contenttype-3.7.800

    Sep 14, 2020
  • org.eclipse.core.contenttype-3.7.700

    Jun 15, 2020
  • org.eclipse.core.contenttype-3.7.600

    Mar 27, 2020
  • org.eclipse.core.contenttype-3.7.500

    Dec 17, 2019
  • org.eclipse.core.contenttype-3.7.400

    Sep 17, 2019
  • org.eclipse.core.contenttype-3.7.300

    Mar 16, 2019
  • org.eclipse.core.contenttype-3.7.200

    Dec 19, 2018
  • org.eclipse.core.contenttype-3.7.100

    Sep 25, 2018
  • org.eclipse.core.contenttype-3.7.0

    Jun 16, 2018
  • org.eclipse.core.contenttype-3.6.0

    Oct 17, 2017
  • org.eclipse.core.contenttype-3.5.100

    Jan 07, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eclipse.platform</groupId>
    <artifactId>org.eclipse.core.contenttype</artifactId>
    <version>3.8.200</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.platform : org.eclipse.core.contenttype gradle dependency to your build.gradle file:

implementation 'org.eclipse.platform:org.eclipse.core.contenttype:3.8.200'

Gradle Kotlin DSL: Add the following org.eclipse.platform : org.eclipse.core.contenttype gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.platform:org.eclipse.core.contenttype:3.8.200")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.platform : org.eclipse.core.contenttype sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.platform" % "org.eclipse.core.contenttype" % "3.8.200"