Download securesm-1.1.jar file - Jar s

Jar examples for s:securesm

Description

SecurityManager implementation that works around design flaws in Java

You can download jar file securesm 1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add securesm-1.1.jar to your project.

<dependency>
   <groupId>org.elasticsearch</groupId>
   <artifactId>securesm</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'org.elasticsearch', name: 'securesm', version: '1.1'
libraryDependencies += "org.elasticsearch" % "securesm" % "1.1"
<dependency org="org.elasticsearch" name="securesm" rev="1.1"/>
@Grapes(@Grab(group='org.elasticsearch', module='securesm', version='1.1'))
'org.elasticsearch:securesm:jar:1.1'

Download

Click the following link to download the jar file.

securesm-1.1-javadoc.jar
securesm-1.1-sources.jar
securesm-1.1.jar
securesm-1.1.pom



Related Tutorials