Download security-3.1-b13.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.1-b13 in this page.

License

SAP DEVELOPER LICENSE AGREEMENT

Build File

You can use the following script to add security-3.1-b13.jar to your project.

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

Download

Click the following link to download the jar file.

security-3.1-b13-sources.jar
security-3.1-b13.jar
security-3.1-b13.pom



Related Tutorials