Java Authorization Contract for Containers.
The javax.security package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation..
Here is the list of declaration for jacc. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>javax.security</groupId> <artifactId>jacc</artifactId> <version>1.0</version> </dependency>
If you think this Maven repository POM file listing for jacc is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table lists the most popular artifacts which are depending on jacc-1.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JPA Hibernate | hibernate 3.2.2.ga Relational Persistence for Java | 12 |
JPA Hibernate | hibernate 3.1.3 Relational Persistence for Java | 11 |
JPA Hibernate | hibernate 3.2.0.ga Relational Persistence for Java | 21 |
JPA Hibernate | hibernate-core 3.3.1.GA The core functionality of Hibernate | 31 |
JPA Hibernate | hibernate 3.2.7.ga Relational Persistence for Java | 12 |
JPA Hibernate | hibernate 3.2.4.ga Relational Persistence for Java | 7 |
JPA Hibernate | hibernate-core 3.3.2.GA The core functionality of Hibernate | 37 |
JPA Hibernate | hibernate 3.2.3.ga Relational Persistence for Java | 6 |
JPA Hibernate | hibernate 3.2.5.ga Relational Persistence for Java | 36 |
JPA Hibernate | hibernate 3.2.1.ga Relational Persistence for Java | 13 |
JPA Hibernate | hibernate 3.2.6.ga Relational Persistence for Java | 35 |
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>javax.security</groupId> <artifactId>jacc</artifactId> <version>1.0</version> <name>Java Authorization Contract for Containers</name> <description> The javax.security package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation. </description> <url>http://java.sun.com/j2ee/javaacc/</url> <distributionManagement> <downloadUrl>http://java.sun.com/j2ee/javaacc/</downloadUrl> </distributionManagement> </project>