| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.jpam |
| ArtifactId | ArtifactIdjpam |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJPam
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.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jpam-1.1.pom | |
| jpam-1.1.jar | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jpam/jpam/ -->
<dependency>
<groupId>net.sf.jpam</groupId>
<artifactId>jpam</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jpam/jpam/
implementation 'net.sf.jpam:jpam:1.1'
// https://jarcasting.com/artifacts/net.sf.jpam/jpam/
implementation ("net.sf.jpam:jpam:1.1")
'net.sf.jpam:jpam:jar:1.1'
<dependency org="net.sf.jpam" name="jpam" rev="1.1">
<artifact name="jpam" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jpam', module='jpam', version='1.1')
)
libraryDependencies += "net.sf.jpam" % "jpam" % "1.1"
[net.sf.jpam/jpam "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.1 |
| checkstyle : checkstyle | jar | 4.1 |
| checkstyle : checkstyle-optional | jar | 4.1 |