MVN

com.marvinformatics.formatter : jdt-core

Maven & Gradle

Dec 20, 2017
1 usages
11 stars
<dependency>
    <groupId>com.marvinformatics.formatter</groupId>
    <artifactId>jdt-core</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.marvinformatics.formatter : jdt-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0
  • Latest Release Candidate: 1.9.1.RC2

All Versions

Choose a version of com.marvinformatics.formatter : jdt-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jdt-core-2.0.0
1.9.x
jdt-core-1.9.2
jdt-core-1.9.1.RC2
jdt-core-1.9.1.RC1
jdt-core-1.9.0
1.8.x
jdt-core-1.8.1
jdt-core-1.8.0
1.7.x
jdt-core-1.7.0
1.6.x
jdt-core-1.6.0
jdt-core-1.6.0.RC4
jdt-core-1.6.0.RC3
jdt-core-1.6.0.RC2
jdt-core-1.6.0.RC1
1.5.x
jdt-core-1.5.0
1.4.x
jdt-core-1.4.0
jdt-core-1.4.0.M6
1.3.x
jdt-core-1.3.0
1.2.x
jdt-core-1.2.0
1.1.x
jdt-core-1.1.0
1.0.x
jdt-core-1.0.0

How to add a dependency to Maven

Add the following com.marvinformatics.formatter : jdt-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.marvinformatics.formatter</groupId>
    <artifactId>jdt-core</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.marvinformatics.formatter : jdt-core gradle dependency to your build.gradle file:

implementation 'com.marvinformatics.formatter:jdt-core:2.0.0'

Gradle Kotlin DSL: Add the following com.marvinformatics.formatter : jdt-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.marvinformatics.formatter:jdt-core:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.marvinformatics.formatter : jdt-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.marvinformatics.formatter" % "jdt-core" % "2.0.0"