Download securemock-1.2.jar file - Jar s

Jar examples for s:securemock

Description

Allows creating mocks in tests without having to grant dangerous permissions to all of your code.

You can download jar file securemock 1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add securemock-1.2.jar to your project.

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

Download

Click the following link to download the jar file.

securemock-1.2.jar
securemock-1.2.pom



Related Tutorials