Download jaas-1.0.1.jar file - Jar j

Jar examples for j:jaas

Description

The Java Authentication and Authorization Service (JAAS) is a set of APIs that enable services to authenticate and enforce access controls upon users.

You can download jar file jaas 1.0.1 in this page.

License

Apache License

Build File

You can use the following script to add jaas-1.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

jaas-1.0.1.pom



Related Tutorials