We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 613b424 + c5c0246 commit 6385242Copy full SHA for 6385242
README.md
@@ -7,8 +7,13 @@ or pull requests.
7
8
***Usage***
9
10
-- Build by `gradle build`
11
-- Add jar file to your project
+- Build
+ - by `gradle build`
12
+ - Add jar file to your project
13
+- OR use maven
14
+ - add [https://jitpack.io](https://jitpack.io) to list of maven repositories (see docs on [https://jitpack.io](https://jitpack.io)
15
+ - add `compile "com.github.underlow:semantic-ui-kotlin-wrapper:master-SNAPSHOT"` to `build.gradle`
16
+
17
- Add semantic ui react npm package, usually that means add **"semantic-ui-react": "^0.82.1"** to **package.json**
18
- Try somthing like
19
```kotlin
0 commit comments