Download test-5.0.0-alpha4.jar file - Jar t

Jar examples for t:test

Description

Spongy Castle is a package-rename (org.bouncycastle.* to org.spongycastle.*) of Bouncy Castle intended for the Android platform. Android unfortunately ships with a stripped-down version of Bouncy Castle, which prevents easy upgrades - Spongy Castle overcomes this and provides a full, up-to-date version of the Bouncy Castle cryptographic libs.

You can download jar file test 5.0.0-alpha4 in this page.

License

GNU Lesser General Public License, Version 3.0

Build File

You can use the following script to add test-5.0.0-alpha4.jar to your project.

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

Download

Click the following link to download the jar file.

test-5.0.0-alpha4-javadoc.jar
test-5.0.0-alpha4-sources.jar
test-5.0.0-alpha4.jar
test-5.0.0-alpha4.pom



Related Tutorials