Download spnego-1.0.jar file - Jar s

Jar examples for s:spnego

Description

Integrated Windows Authentication (Single Sign-On) in Java.

You can download jar file spnego 1.0 in this page.

License

GNU Lesser General Public License (GPL)

Build File

You can use the following script to add spnego-1.0.jar to your project.

<dependency>
   <groupId>org.codelibs</groupId>
   <artifactId>spnego</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'org.codelibs', name: 'spnego', version: '1.0'
libraryDependencies += "org.codelibs" % "spnego" % "1.0"
<dependency org="org.codelibs" name="spnego" rev="1.0"/>
@Grapes(@Grab(group='org.codelibs', module='spnego', version='1.0'))
'org.codelibs:spnego:jar:1.0'

Download

Click the following link to download the jar file.

spnego-1.0-javadoc.jar
spnego-1.0-sources.jar
spnego-1.0.jar
spnego-1.0.pom



Related Tutorials