Download security-10.0-b28.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 10.0-b28 in this page.

License

SAP DEVELOPER LICENSE AGREEMENT

Build File

You can use the following script to add security-10.0-b28.jar to your project.

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

Download

Click the following link to download the jar file.

security-10.0-b28-sources.jar
security-10.0-b28.jar
security-10.0-b28.pom



Related Tutorials