Skip to content

Commit 0f673e3

Browse files
committed
updated README.md
1 parent 77d2d18 commit 0f673e3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ Or check out the available examples in [examples/](https://github.com/KDesp73/Da
2020

2121
More soon to be added
2222

23-
## Maven Dependency
23+
## Dependency
2424

2525
[Maven Central](https://central.sonatype.com/artifact/io.github.kdesp73/DataBridge)
2626

27+
### Maven
28+
2729
```xml
2830
<dependency>
2931
<groupId>io.github.kdesp73</groupId>
@@ -32,6 +34,12 @@ More soon to be added
3234
</dependency>
3335
```
3436

37+
### Gradle
38+
39+
```
40+
implementation 'io.github.kdesp73:DataBridge:2.0.16'
41+
```
42+
3543
## Manual Installation
3644

3745
```bash

0 commit comments

Comments
 (0)