MVN

org.openidentityplatform.openam.auth.modules : ntlm

Maven & Gradle

Jul 20, 2023
1 usages

org.openidentityplatform.openam.auth.modules.ntlm

<dependency>
    <groupId>org.openidentityplatform.openam.auth.modules</groupId>
    <artifactId>ntlm</artifactId>
    <version>14.7.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openidentityplatform.openam.auth.modules : ntlm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 14.7.3.1

All Versions

Choose a version of org.openidentityplatform.openam.auth.modules : ntlm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
14.7.x
ntlm-14.7.3.1
ntlm-14.7.2.3
ntlm-14.7.0.0
14.6.x
ntlm-14.6.6.1
ntlm-14.6.5.3
ntlm-14.6.4.1
ntlm-14.6.3.1
ntlm-14.6.2.1
ntlm-14.6.1.2
ntlm-14.6.1.1
14.5.x
ntlm-14.5.4.1
ntlm-14.5.3.3
ntlm-14.5.3.2
ntlm-14.5.3.1
ntlm-14.5.2.1

How to add a dependency to Maven

Add the following org.openidentityplatform.openam.auth.modules : ntlm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openidentityplatform.openam.auth.modules</groupId>
    <artifactId>ntlm</artifactId>
    <version>14.7.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openidentityplatform.openam.auth.modules : ntlm gradle dependency to your build.gradle file:

implementation 'org.openidentityplatform.openam.auth.modules:ntlm:14.7.3.1'

Gradle Kotlin DSL: Add the following org.openidentityplatform.openam.auth.modules : ntlm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openidentityplatform.openam.auth.modules:ntlm:14.7.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openidentityplatform.openam.auth.modules : ntlm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openidentityplatform.openam.auth.modules" % "ntlm" % "14.7.3.1"