| Title: |
PicketBox Authorization SPI |
| Group ID: |
org.picketbox |
| Artifact ID: |
authorization-spi |
| Version: |
4.0.17.SP1 |
| Last modified: |
19.07.2013 17:45 |
| Packaging: |
jar |
| Name: |
PicketBox Authorization SPI |
| Description: |
PicketBox is a security project for Java Applications. |
| URL: |
http://jboss.org/picketbox |
| Vendor: |
JBoss Inc. |
|
|
| Size: |
10.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/picketbox/authorization-spi/4.0.17.SP1/authorization-spi-4.0.17.SP1.jar |
| POM: |
Show
hide
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.picketbox</groupId>
<artifactId>picketbox-spi-parent</artifactId>
<version>4.0.17.SP1</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>authorization-spi</artifactId>
<packaging>jar</packaging>
<name>PicketBox Authorization SPI</name>
<url>http://jboss.org/picketbox</url>
<description>PicketBox is a security project for Java Applications.</description>
<licenses>
<license>
<name>lgpl</name>
<url>http://repository.jboss.com/licenses/lgpl.txt</url>
</license>
</licenses>
<organization>
<name>JBoss Inc.</name>
<url>http://www.jboss.org</url>
</organization>
<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/picketbox/security-spi/tags/4.0.17.SP1</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/picketbox/security-spi/tags/4.0.17.SP1</developerConnection>
<url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/picketbox/security-spi/tags/4.0.17.SP1</url>
</scm>
<dependencies>
<dependency>
<groupId>org.picketbox</groupId>
<artifactId>common-spi</artifactId>
</dependency>
<dependency>
<groupId>org.picketbox</groupId>
<artifactId>identity-spi</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<aggregate>true</aggregate>
</configuration>
</plugin>
</plugins>
</reporting>
</project>
|
| Maven: |
<dependency>
<groupId>org.picketbox</groupId>
<artifactId>authorization-spi</artifactId>
<version>4.0.17.SP1</version>
</dependency>
|
| Gradle: |
org.picketbox:authorization-spi:4.0.17.SP1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|