| Categories |
CategoriesIDE Development Tools ORM Data |
|---|---|
| GroupId | GroupIdorg.openidentityplatform.openam.auth.modules |
| ArtifactId | ArtifactIdntlm |
| Version | Version14.5.3.3 |
| Type | Typewar |
| Filename | Size |
|---|---|
| ntlm-14.5.3.3.pom | |
| ntlm-14.5.3.3.war | 8 MB |
| ntlm-14.5.3.3-sources.jar | 359 KB |
| ntlm-14.5.3.3-javadoc.jar | 1 MB |
| ntlm-14.5.3.3-classes.jar | 441 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.openam.auth.modules/ntlm/ -->
<dependency>
<groupId>org.openidentityplatform.openam.auth.modules</groupId>
<artifactId>ntlm</artifactId>
<version>14.5.3.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.openam.auth.modules/ntlm/
implementation 'org.openidentityplatform.openam.auth.modules:ntlm:14.5.3.3'
// https://jarcasting.com/artifacts/org.openidentityplatform.openam.auth.modules/ntlm/
implementation ("org.openidentityplatform.openam.auth.modules:ntlm:14.5.3.3")
'org.openidentityplatform.openam.auth.modules:ntlm:war:14.5.3.3'
<dependency org="org.openidentityplatform.openam.auth.modules" name="ntlm" rev="14.5.3.3">
<artifact name="ntlm" type="war" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.openam.auth.modules', module='ntlm', version='14.5.3.3')
)
libraryDependencies += "org.openidentityplatform.openam.auth.modules" % "ntlm" % "14.5.3.3"
[org.openidentityplatform.openam.auth.modules/ntlm "14.5.3.3"]