Maven Repository - POM file for Security jacc 1.0 1.0

Summary

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..

Declaration

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.





Depended by

The following table lists the most popular artifacts which are depending on jacc-1.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JPA Hibernatehibernate 3.2.2.ga
Relational Persistence for Java
12
JPA Hibernatehibernate 3.1.3
Relational Persistence for Java
11
JPA Hibernatehibernate 3.2.0.ga
Relational Persistence for Java
21
JPA Hibernatehibernate-core 3.3.1.GA
The core functionality of Hibernate
31
JPA Hibernatehibernate 3.2.7.ga
Relational Persistence for Java
12
JPA Hibernatehibernate 3.2.4.ga
Relational Persistence for Java
7
JPA Hibernatehibernate-core 3.3.2.GA
The core functionality of Hibernate
37
JPA Hibernatehibernate 3.2.3.ga
Relational Persistence for Java
6
JPA Hibernatehibernate 3.2.5.ga
Relational Persistence for Java
36
JPA Hibernatehibernate 3.2.1.ga
Relational Persistence for Java
13
JPA Hibernatehibernate 3.2.6.ga
Relational Persistence for Java
35




POM File Source

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>