Skip to content

Commit

Permalink
Merge pull request #3 from tonicebrian/patch-1
Browse files Browse the repository at this point in the history
Add instructions for including the library
  • Loading branch information
satabin authored Feb 17, 2017
2 parents 0b00556 + fe1d269 commit 2e9f063
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ Gnieh Tekstlib is a library grouping standard classes and packages allowing peop

Version 0.1.0-SNAPSHOT is published to Sonatype snapshots maven repository and is built for Scala 2.11 and 2.12.

Here is what you want to use in your SBT file

```
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
```

and

```
libraryDependencies += "org.gnieh" %% "tekstlib" % "0.1.0-SNAPSHOT"
```

Package Structure
-----------------

Expand Down

0 comments on commit 2e9f063

Please sign in to comment.