Menu

Maven

Marcel Schoen

Maven Dependencies

The NTLMv2 libraries, demoapp etc. are now all available as Maven artifacts in the public
central repository. These are the dependency details:

ntlmv2 library

<dependency>
  <artifactId>ntlmv2-lib</artifactId>
  <groupId>ch.poweredge.ntlmv2-auth<</groupId>
  <version>1.0.5</version>
  <type>jar</type>
</dependency>

ntlmv2 filter

<dependency>
  <artifactId>ntlmv2-filter</artifactId>
  <groupId>ch.poweredge.ntlmv2-auth<</groupId>
  <version>1.0.5</version>
  <type>jar</type>
</dependency>

ntlmv2 demoapp

<dependency>
  <artifactId>ntlmv2-demoapp</artifactId>
  <groupId>ch.poweredge.ntlmv2-auth<</groupId>
  <version>1.0.5</version>
  <type>war</type>
</dependency>

Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.