mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 15:30:38 -05:00
48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"org.apache:foo": {
|
|
"2.0.0": {
|
|
"foo-2.0.0.jar": {
|
|
"urls": [
|
|
"file:/home/tad/proj/gradle2nix/fixtures/repositories/m2/org/apache/foo/2.0.0/foo-2.0.0.jar"
|
|
],
|
|
"hash": "sha256-M95zEuAwVCam7c2rKIET5qs4Q60sA84RyTA3a9jdQd8="
|
|
},
|
|
"foo-2.0.0.pom": {
|
|
"urls": [
|
|
"file:/home/tad/proj/gradle2nix/fixtures/repositories/m2/org/apache/foo/2.0.0/foo-2.0.0.pom"
|
|
],
|
|
"hash": "sha256-gcL/k4xoI5SK4qDNcyH1uHkgiGQv3WohPb45Gsb9gi8="
|
|
}
|
|
},
|
|
"1.0.0": {
|
|
"foo-1.0.0.jar": {
|
|
"urls": [
|
|
"file:/home/tad/proj/gradle2nix/fixtures/repositories/m2/org/apache/foo/1.0.0/foo-1.0.0.jar"
|
|
],
|
|
"hash": "sha256-M95zEuAwVCam7c2rKIET5qs4Q60sA84RyTA3a9jdQd8="
|
|
},
|
|
"foo-1.0.0.pom": {
|
|
"urls": [
|
|
"file:/home/tad/proj/gradle2nix/fixtures/repositories/m2/org/apache/foo/1.0.0/foo-1.0.0.pom"
|
|
],
|
|
"hash": "sha256-roNL3MgAJuUPxIdJJiSpjU3yEFlJFDQ99QvnaWlkVcE="
|
|
}
|
|
}
|
|
},
|
|
"org.apache:test": {
|
|
"1.0.0": {
|
|
"test-1.0.0.jar": {
|
|
"urls": [
|
|
"file:/home/tad/proj/gradle2nix/fixtures/repositories/m2/org/apache/test/1.0.0/test-1.0.0.jar"
|
|
],
|
|
"hash": "sha256-M95zEuAwVCam7c2rKIET5qs4Q60sA84RyTA3a9jdQd8="
|
|
},
|
|
"test-1.0.0.pom": {
|
|
"urls": [
|
|
"file:/home/tad/proj/gradle2nix/fixtures/repositories/m2/org/apache/test/1.0.0/test-1.0.0.pom"
|
|
],
|
|
"hash": "sha256-sYk8m4+T+hRJ+43tpPkthrE/JftrsMnmuzORCLCK1To="
|
|
}
|
|
}
|
|
}
|
|
} |