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

License

GNU Lesser General Public License, Version 3.0

Build File

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

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

Download

Click the following link to download the jar file.

test-4.0.0-M1-javadoc.jar
test-4.0.0-M1-sources.jar
test-4.0.0-M1.jar
test-4.0.0-M1.pom



Related Tutorials