MVN

org.apache.directory.shared : shared-cursor

Maven & Gradle

Apr 02, 2010
12 usages

Apache Directory Shared Cursor · Shared Cursor interfaces.

<dependency>
    <groupId>org.apache.directory.shared</groupId>
    <artifactId>shared-cursor</artifactId>
    <version>0.9.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.directory.shared : shared-cursor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.19

All Versions

Choose a version of org.apache.directory.shared : shared-cursor to add to Maven or Gradle - All Versions:

  • Version Updated
  • shared-cursor-0.9.19

    Apr 02, 2010
  • shared-cursor-0.9.18

    Mar 19, 2010
  • shared-cursor-0.9.17

    Dec 11, 2009
  • shared-cursor-0.9.16

    Nov 30, 2009
  • shared-cursor-0.9.15

    Aug 17, 2009

How to add a dependency to Maven

Add the following org.apache.directory.shared : shared-cursor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.directory.shared</groupId>
    <artifactId>shared-cursor</artifactId>
    <version>0.9.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.directory.shared : shared-cursor gradle dependency to your build.gradle file:

implementation 'org.apache.directory.shared:shared-cursor:0.9.19'

Gradle Kotlin DSL: Add the following org.apache.directory.shared : shared-cursor gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.directory.shared:shared-cursor:0.9.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.directory.shared : shared-cursor sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.directory.shared" % "shared-cursor" % "0.9.19"