Jar examples for t:test
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 2.0.0 in this page.
GNU Lesser General Public License, Version 3.0
You can use the following script to add test-2.0.0.jar to your project.
<dependency> <groupId>org.calrissian.accumulorecipes</groupId> <artifactId>test</artifactId> <version>2.0.0</version> </dependency>
compile group: 'org.calrissian.accumulorecipes', name: 'test', version: '2.0.0'
libraryDependencies += "org.calrissian.accumulorecipes" % "test" % "2.0.0"
<dependency org="org.calrissian.accumulorecipes" name="test" rev="2.0.0"/>
@Grapes(@Grab(group='org.calrissian.accumulorecipes', module='test', version='2.0.0'))
'org.calrissian.accumulorecipes:test:jar:2.0.0'
Click the following link to download the jar file.
test-2.0.0.jar