Download security-3.0-b55.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.0-b55 in this page.

License

SAP DEVELOPER LICENSE AGREEMENT

Build File

You can use the following script to add security-3.0-b55.jar to your project.

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

Download

Click the following link to download the jar file.

security-3.0-b55-sources.jar
security-3.0-b55.jar
security-3.0-b55.pom



Related Tutorials