Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Mar 20, 2017
1 parent 1a2e53a commit b8e1042
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,18 @@ YAML for Java. A [user-friendly](http://www.baeldung.com/design-a-user-friendly-

From the [specification](http://yaml.org/spec/1.2/spec.html): **YAML™** (rhymes with “camel”) is a human-friendly, cross language, Unicode based data serialization language.

**First release is coming soon!**
To get the latest release, simply add the following to your ``pom.xml``:

```
<dependency>
<groupId>com.amihaiemil.web</groupId>
<artifactId>camel</artifactId>
<version>1.0.0</version>
</dependency>
```

or download the <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/camel/1.0.0/camel-1.0.0-jar-with-dependencies.jar">fat</a> jar.


## Usage

Expand Down

0 comments on commit b8e1042

Please sign in to comment.