Skip to content

Commit

Permalink
added dependency information for maven and gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
tobium committed Jun 8, 2017
1 parent 07ca956 commit 0aa36ee
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 @@ -26,6 +26,23 @@ gradle build
```
You'll find the binary jar file here: <project-dir>/build/libs


# Maven #
```
<!-- https://oss.sonatype.org/content/repositories/snapshots -->
<dependency>
<groupId>com.onexip</groupId>
<artifactId>FlexBoxFX</artifactId>
<version>0.1.5.1-SNAPSHOT</version>
</dependency>
```

# Gradle #
```
compile('com.onexip:FlexBoxFX:0.1.5.1-SNAPSHOT')
```


# License #
FlexBoxFX is open source and released under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) – so it is free to use for non-commercial and commercial use and

Expand Down

0 comments on commit 0aa36ee

Please sign in to comment.