Download jacc-1.0.jar file - Jar j

Jar examples for j:jacc

Description

The javax.security package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.

You can download jar file jacc 1.0 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

jacc-1.0.pom



Related Tutorials