naether 0.8.6 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc DELETED
@@ -1,47 +0,0 @@
1
- = Naether
2
-
3
- Naether is a Java Dependency Resolver using Maven's {Aether}[https://github.com/sonatype/sonatype-aether]
4
- that can be used by Ruby or Java.
5
-
6
- https://github.com/mguymon/naether
7
-
8
- === Install
9
-
10
- ==== Ruby
11
-
12
- gem install naether
13
-
14
- ==== Java
15
-
16
- <dependency>
17
- <groupId>com.slackworks</groupId>
18
- <artifactId>naether</artifactId>
19
- <version>0.8.2</version>
20
- </dependency>
21
-
22
- === About
23
-
24
- {Naether}[https://github.com/mguymon/naether/blob/master/src/main/java/com/slackworks/naether/Naether.java]
25
- is a wrapper for {Aether}[https://github.com/sonatype/sonatype-aether], the Maven dependency resolution framework.
26
- {Naether.rb}[https://github.com/mguymon/naether/blob/master/src/main/ruby/naether.rb] provides access to Aether
27
- from Ruby. JRuby is natively supported, other Ruby VMs will use {Rjb}[http://rjb.rubyforge.org] to proxy over JNI.
28
-
29
- Beyond dependency resolution, provides support to install and deploy artifacts to a Maven repository.
30
-
31
-
32
- == License
33
-
34
- Licensed to the Apache Software Foundation (ASF) under one or more
35
- contributor license agreements. See the NOTICE file distributed with this
36
- work for additional information regarding copyright ownership. The ASF
37
- licenses this file to you under the Apache License, Version 2.0 (the
38
- "License"); you may not use this file except in compliance with the License.
39
- You may obtain a copy of the License at
40
-
41
- http://www.apache.org/licenses/LICENSE-2.0
42
-
43
- Unless required by applicable law or agreed to in writing, software
44
- distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
45
- WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
46
- License for the specific language governing permissions and limitations under
47
- the License.
data/naether-0.8.6.jar DELETED
Binary file