The NTLMv2 libraries, demoapp etc. are now all available as Maven artifacts in the public
central repository. These are the dependency details:
<dependency> <artifactId>ntlmv2-lib</artifactId> <groupId>ch.poweredge.ntlmv2-auth<</groupId> <version>1.0.5</version> <type>jar</type> </dependency>
<dependency> <artifactId>ntlmv2-filter</artifactId> <groupId>ch.poweredge.ntlmv2-auth<</groupId> <version>1.0.5</version> <type>jar</type> </dependency>
<dependency> <artifactId>ntlmv2-demoapp</artifactId> <groupId>ch.poweredge.ntlmv2-auth<</groupId> <version>1.0.5</version> <type>war</type> </dependency>