Download test-1.1.0.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 1.1.0 in this page.

License

GNU Lesser General Public License, Version 3.0

Build File

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

<dependency>
   <groupId>com.bazaarvoice.curator</groupId>
   <artifactId>test</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.bazaarvoice.curator', name: 'test', version: '1.1.0'
libraryDependencies += "com.bazaarvoice.curator" % "test" % "1.1.0"
<dependency org="com.bazaarvoice.curator" name="test" rev="1.1.0"/>
@Grapes(@Grab(group='com.bazaarvoice.curator', module='test', version='1.1.0'))
'com.bazaarvoice.curator:test:jar:1.1.0'

Download

Click the following link to download the jar file.

test-1.1.0-sources.jar
test-1.1.0.jar
test-1.1.0.pom



Related Tutorials