Skip to content

Commit 189a148

Browse files
committed
doku
1 parent f6385ac commit 189a148

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)