Skip to content

Commit

Permalink
Update README for 0.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
smola committed Jan 7, 2014
1 parent cbdd188 commit 388aac3
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,39 +30,20 @@ galimatias started out of frustration with java.net.URL and java.net.URI. Both o

- **Not IDN ready.** Java has IDN support with `java.net.IDN`, but this does not apply to `java.net.URL` or `java.net.URI`.

Setup
-----
Setup with Maven
----------------

There are **no stable releases** of galimatias yet. But you can get the latest development version. If you do, please, let me know about your experience or any problem you find.

### Using Maven

Add to your pom.xml `<dependencies>` section:
galimatias is available at Maven Central. Just add to your pom.xml `<dependencies>` section:

```xml
<dependency>
<groupId>io.mola</groupId>
<artifactId>galimatias</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</dependency>
```

You will also need to add the Sonatype OSS Snapshots repository to your `<repositories>` section:


```xml
<repository>
<id>sonatype-oss-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
```

### Standalone

Download the latest jar [from Sonatype OSS](https://oss.sonatype.org/content/groups/public/io/mola/galimatias/0.0.1-SNAPSHOT/) and drop it into your classpath.
Development snapshots are also available at Sonatype OSS Snapshots repository.

Getting started
---------------
Expand Down

0 comments on commit 388aac3

Please sign in to comment.