Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe2 authored Dec 27, 2020
1 parent ce1cb72 commit c5f51e8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,23 @@ spreadsheet {

See [Inzell-Examples](https://github.com/fwilhe2/Inzell-Examples/) for more examples, also ones not in Kotlin.

## Using the library

The maven artifacts are published to GitHub.
Use the following coordinates for a jvm application:

```
<dependency>
<groupId>com.github.fwilhe.inzell</groupId>
<artifactId>inzell-jvm</artifactId>
<version>LATEST_VERSION_HERE</version>
</dependency>
```

Be sure to configure the GitHub repo in maven.

The library depends on the Kotlin standard library.

## Building

To install the library to your local Maven repo, type `./gradlew publishToMavenLocal` in the project root.
Expand Down

0 comments on commit c5f51e8

Please sign in to comment.