Skip to content

Commit

Permalink
more documentation for dependency
Browse files Browse the repository at this point in the history
should need some java code later..
  • Loading branch information
nicolas-f committed Dec 11, 2013
1 parent 7d45714 commit 4497807
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,22 @@ PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
CTS. If not, see <http://www.gnu.org/licenses/>.

#### Declaring project dependencies

##### With maven

```xml
<dependency>
<groupId>org.orbisgis</groupId>
<artifactId>cts</artifactId>
<version>1.3.2</version>
</dependency>
```

##### Pre-built jar

You can find latest jar release on maven central:

http://search.maven.org/#search|ga|1|g%3A%22org.orbisgis%22%20AND%20a%3A%22cts%22

0 comments on commit 4497807

Please sign in to comment.