Download server-security-config-3.0.1.jar file - Jar s

Jar examples for s:server-security-config

Description

Sample security configuration for a demo geronimo server. Not suitable for production use.

You can download jar file server-security-config 3.0.1 in this page.

License

Apache License

Build File

You can use the following script to add server-security-config-3.0.1.jar to your project.

<dependency>
   <groupId>org.apache.geronimo.framework</groupId>
   <artifactId>server-security-config</artifactId>
   <version>3.0.1</version>
</dependency>
compile group: 'org.apache.geronimo.framework', name: 'server-security-config', version: '3.0.1'
libraryDependencies += "org.apache.geronimo.framework" % "server-security-config" % "3.0.1"
<dependency org="org.apache.geronimo.framework" name="server-security-config" rev="3.0.1"/>
@Grapes(@Grab(group='org.apache.geronimo.framework', module='server-security-config', version='3.0.1'))
'org.apache.geronimo.framework:server-security-config:jar:3.0.1'

Download

Click the following link to download the jar file.

server-security-config-3.0.1-sources.jar
server-security-config-3.0.1.pom



Related Tutorials