Last modified by Vincent Massol on 2024/02/26 17:51

Show last authors
1 = Nexus =
2
3 Implements standard maven HTTP "protocol" but also add some REST based search and stuff like that.
4
5 See:
6
7 * http://nexus.xwiki.org/nexus/nexus-indexer-lucene-plugin/default/docs/index.html
8 * http://nexus.xwiki.org/nexus/nexus-indexer-lucene-plugin/default/docs/rest.lucene.search.html
9 * http://nexus.xwiki.org/nexus/nexus-core-documentation-plugin/core/docs/index.html
10 * http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.sonatype.nexus%22%20AND%20a%3A%22nexus-rest-client-java%22
11
12 = Ivy =
13
14 http://ant.apache.org/ivy/
15
16 Should not be too hard since they provide all the needed Java tools to deal with Ivy repositories.
17
18 = Debian repositories format =
19
20 Why not ? It does not have to contains only linux bins.
21
22 = Ruby Gems =
23
24 http://rubygems.org/
25
26 Things like [[Raven>>http://raven.rubyforge.org/]] are putting java jars in theses repositories.
27
28 = CPAN =
29
30 http://www.cpan.org/
31
32 Perl repository.
33
34 = Pear =
35
36 http://pear.php.net
37
38 PHP repository.
39
40 = Packagist =
41
42 https://packagist.org/
43
44 "Packagist is the main Composer repository. It aggregates all sorts of PHP packages that are installable with Composer."

Get Connected