MVN

org.eclipse.jdt.doc : isv

Maven & Gradle

Nov 27, 2007

Eclipse JDT Plug-in Developer Guide

<dependency>
    <groupId>org.eclipse.jdt.doc</groupId>
    <artifactId>isv</artifactId>
    <version>3.2.1-r321_v20060907</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.jdt.doc : isv to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1-r321_v20060907

All Versions

Choose a version of org.eclipse.jdt.doc : isv to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
isv-3.3.0-v20070613
3.2.x
isv-3.2.1-r321_v20060907

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eclipse.jdt.doc</groupId>
    <artifactId>isv</artifactId>
    <version>3.2.1-r321_v20060907</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.jdt.doc : isv gradle dependency to your build.gradle file:

implementation 'org.eclipse.jdt.doc:isv:3.2.1-r321_v20060907'

Gradle Kotlin DSL: Add the following org.eclipse.jdt.doc : isv gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.jdt.doc:isv:3.2.1-r321_v20060907")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.jdt.doc : isv sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.jdt.doc" % "isv" % "3.2.1-r321_v20060907"

Advertisement