Partial junit_4_12

This commit is contained in:
Tim Steinbach
2016-10-30 11:44:56 -04:00
parent d849c0e2e1
commit 1f2e19b67c
34 changed files with 1101 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{ fetchMaven }:
rec {
commonsLang_2_3 = map (obj: fetchMaven {
version = "2.3";
baseName = "commons-lang";
package = "/commons-lang";
sha512 = obj.sha512;
type = obj.type;
}) [
{ type = "pom"; sha512 = "0i94xb3fgq0ig0aids9r1h1kblhlf762gsjxh422ra23saa4474q4iywgfk596bpcflngf2sarq8ch6lw09p0g43779d23b74bd939n"; }
{ type = "jar"; sha512 = "1f30pryvd39m2yazflzy5l1h4l473dj8ccrd9v8z8lb6iassn4xc142f2snkzxlc7ncqsi6fbfd3zfxsy8afivmxmxds6mbsrxayqwk"; }
];
}