Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobasco99 committed May 17, 2024
1 parent 09b37df commit 20407c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,11 @@ JavaDocs of the latest release can be found online:

Every commit to the develop branch is built by GitHub actions and will be published as a snapshot to our Archiva.
Releases are drafted from the master branch.

## Importing
From Version 1.4.0 on, las2peer-bundle is available on Maven Central. To import las2peer into your project, add the following dependency to your build file:

```groovy
implementation "io.github.rwth-acis.org.las2peer:las2peer-bundle:1.4.0"
```
As a repository, only Maven Central is required.

0 comments on commit 20407c2

Please sign in to comment.