Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcamilo committed Sep 17, 2018
1 parent 2985278 commit f3ef885
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,30 @@ pm-webapp-utils
A library with utils for Java servlet containers

## Maven projects

Add the following maven dependency to your project `pom.xml`:

```xml
<dependency>
<groupId>com.premiumminds</groupId>
<artifactId>pm-webapp-utils</artifactId>
<version>1.4</version>
<version>2.0</version>
</dependency>
```
Check out [sonatype repository](https://oss.sonatype.org/index.html#nexus-search;quick~pm-webapp-utils) for latest snapshots and releases.

##Documentation
## Documentation

- [Javadoc](http://premium-minds.github.io/pm-webapp-utils/apidocs/)

##Continuous Integration
## Continuous Integration

[![Build Status](https://travis-ci.org/premium-minds/pm-webapp-utils.png?branch=master)](https://travis-ci.org/premium-minds/pm-webapp-utils)

CI is hosted by [travis-ci.org](https://travis-ci.org/)

##Licence
## Licence

Copyright (C) 2014 [Premium Minds](http://www.premium-minds.com/)

Licensed under the [GNU Lesser General Public Licence](http://www.gnu.org/licenses/lgpl.html)

0 comments on commit f3ef885

Please sign in to comment.