Download security-3.2-b06.jar file - Jar s

Jar examples for s:security

Description

Basic Security built on top of Karaf. Will be extended in upcoming releases.

You can download jar file security 3.2-b06 in this page.

License

SAP DEVELOPER LICENSE AGREEMENT

Build File

You can use the following script to add security-3.2-b06.jar to your project.

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

Download

Click the following link to download the jar file.

security-3.2-b06-sources.jar
security-3.2-b06.jar
security-3.2-b06.pom



Related Tutorials