MVN

de.funfried.libraries : jsdt-core

Maven & Gradle

Aug 10, 2023
2 stars

Eclipse JSDT Core Bundle · Repackaging of Eclipse JSDT bundled for Maven Central. Idea and originally developed by Christopher Tubbs and Jeremy Landis, see https://github.com/revelc/jsdt-core

<dependency>
    <groupId>de.funfried.libraries</groupId>
    <artifactId>jsdt-core</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.funfried.libraries : jsdt-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of de.funfried.libraries : jsdt-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jsdt-core-1.0.5
jsdt-core-1.0.4
jsdt-core-1.0.3
jsdt-core-1.0.2
jsdt-core-1.0.1
jsdt-core-1.0.0

How to add a dependency to Maven

Add the following de.funfried.libraries : jsdt-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.funfried.libraries</groupId>
    <artifactId>jsdt-core</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.funfried.libraries : jsdt-core gradle dependency to your build.gradle file:

implementation 'de.funfried.libraries:jsdt-core:1.0.5'

Gradle Kotlin DSL: Add the following de.funfried.libraries : jsdt-core gradle kotlin dependency to your build.gradle.kts file:

implementation("de.funfried.libraries:jsdt-core:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.funfried.libraries : jsdt-core sbt scala dependency to your build.sbt file:

libraryDependencies += "de.funfried.libraries" % "jsdt-core" % "1.0.5"