summary refs log blame commit diff
path: root/pkgs/development/java-modules/sisu/guice.nix
blob: 51a004ed5451d72bddfa4c8897248b8889808ea7 (plain) (tree)
1
2
3
4
5
6
7




                                          

                                  






                                                                                                                                         
{ fetchMaven }:

rec {
  sisuGuice_2_9_4 = map (obj: fetchMaven {
    version = "2.9.4";
    artifactId = "sisu-guice";
    groupId = "org.sonatype.sisu";
    suffix = "-no_aop";
    sha512 = obj.sha512;
    type = obj.type;
  }) [
    { type = "jar"; sha512 = "1529vg4r0gy3ss68lprkdf13r79r0lng4iyx68gj94cf806li9kayi9p2byl6axbx174cvam9w3l90qcdsdz14vrvm163b2r8sq927m"; }
  ];
}