nixpkgs/pkgs
Renzo Carbonara e54ec2f907 fetchMavenArtifact: init (#16825)
fetchMavenArtifact downloads a Maven artifact given a group id, an artifact id,
and a version.

Example usage:

   org_apache_httpcomponents_httpclient_4_5_2 = fetchMavenArtifact {
     groupId = "org.apache.httpcomponents";
     artifactId = "httpclient";
     version = "4.5.2";
     sha256 = "0ms00zc28pwqk83nwwbafhq6p8zci9mrjzbqalpn6v0d80hwdzqd";
     # Optionally: repos = [ ... urls to some Maven repos to use ... ];
     # Optionally: url, urls - pointing directly to a specific jar url.
   };

Now `org_apache_httpcomponents_httpclient_4_5_2.jar` points to the downloaded
JAR file, while `org_apache_httpcomponents_httpclient_4_5_2` refers to a
derivation that when used used in `buildInputs` will be automatically added to
the Java classpath.
2016-07-19 09:48:36 +02:00
..
applications rkt: install stage1 ACIs to expected path (#17079) 2016-07-19 09:31:52 +02:00
build-support fetchMavenArtifact: init (#16825) 2016-07-19 09:48:36 +02:00
data geolite-legacy: 2016-07-04 -> 2016-07-08 2016-07-08 20:15:02 +02:00
desktops gnome-software: propogated -> propagated (#17086) 2016-07-19 01:27:21 +02:00
development ocaml-bitstring: git -> 2.0.4 (#17002) 2016-07-19 09:36:34 +02:00
games Merge pull request #16948 from hce/add-commander-genius 2016-07-18 14:40:13 +01:00
misc vimPlugins: fix youcompleteme on darwin 2016-07-18 19:01:58 +02:00
os-specific firmwareLinuxNonfree: 2016-05-18 -> 2016-07-12 2016-07-19 07:55:27 +02:00
servers nginx: refactor and add mainline version 2016-07-19 01:20:49 +02:00
shells oh-my-zsh: 2016-07-05 -> 2016-07-15 2016-07-18 10:55:02 -04:00
stdenv darwin make-bootstrap-tools: Document reason for special coreutils 2016-07-09 17:23:43 +03:00
test
tools p7zip: 15.14.1 -> 16.02 (#17025) 2016-07-19 09:25:35 +02:00
top-level fetchMavenArtifact: init (#16825) 2016-07-19 09:48:36 +02:00