File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,20 @@ JWebAssembly-API
33
44[ ![ Build Status] ( https://travis-ci.org/i-net-software/JWebAssembly-API.svg )] ( https://travis-ci.org/i-net-software/JWebAssembly-API )
55[ ![ License] ( https://img.shields.io/github/license/i-net-software/jwebassembly-api.svg )] ( https://github.com/i-net-software/jwebassembly-api/blob/master/LICENSE.txt )
6+ [ ![ Download] ( https://api.bintray.com/packages/i-net-software/OSS/de.inetsoftware.jwebassembly-api/images/download.svg )] ( https://bintray.com/i-net-software/OSS/de.inetsoftware.jwebassembly-api/_latestVersion )
67
7- This is the API of JWebAssembly which you need to add to your Java project as compile time dependency .
8+ This is the API of JWebAssembly. You must add this as a compilation time dependency to your Java project .
89
10+
11+ ``` gradle
12+ repositories {
13+ jcenter()
14+ }
15+ dependencies {
16+ compile 'de.inetsoftware:jwebassembly-api:+'
17+ }
18+ ```
19+
20+ Documentation
21+ ----
22+ The documentation can be found in the [ wiki] ( https://github.com/i-net-software/JWebAssembly/wiki ) .
You can’t perform that action at this time.
0 commit comments