MVN

org.apache.directory.shared : shared-dsml-parser

Maven & Gradle

Oct 08, 2012
5 usages

Apache Directory Shared DSML Parser

<dependency>
    <groupId>org.apache.directory.shared</groupId>
    <artifactId>shared-dsml-parser</artifactId>
    <version>1.0.0-M13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0-M13

All Versions

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

Version Vulnerabilities Updated
1.0.x
shared-dsml-parser-1.0.0-M13
shared-dsml-parser-1.0.0-M12
shared-dsml-parser-1.0.0-M11
shared-dsml-parser-1.0.0-M10
shared-dsml-parser-1.0.0-M9
shared-dsml-parser-1.0.0-M8
shared-dsml-parser-1.0.0-M7
shared-dsml-parser-1.0.0-M6
shared-dsml-parser-1.0.0-M5
shared-dsml-parser-1.0.0-M4
shared-dsml-parser-1.0.0-M3
shared-dsml-parser-1.0.0-M2
shared-dsml-parser-1.0.0-M1
0.9.x
shared-dsml-parser-0.9.19
shared-dsml-parser-0.9.18
shared-dsml-parser-0.9.17
shared-dsml-parser-0.9.16
shared-dsml-parser-0.9.15

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.directory.shared</groupId>
    <artifactId>shared-dsml-parser</artifactId>
    <version>1.0.0-M13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.directory.shared:shared-dsml-parser:1.0.0-M13'

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

implementation("org.apache.directory.shared:shared-dsml-parser:1.0.0-M13")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.directory.shared" % "shared-dsml-parser" % "1.0.0-M13"

Advertisement