Download jpam-1.1.jar file - Jar j

Jar examples for j:jpam

Description

Jpam is a Java-PAM bridge. PAM, or Pluggable Authentication Modules, is a standard security architecture used on Linux, Solaris, HP-UX, Mac OS X and other Unix systems.

You can download jar file jpam 1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jpam-1.1.jar to your project.

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

Download

Click the following link to download the jar file.

jpam-1.1.jar
jpam-1.1.pom



Related Tutorials