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>