Skip to content

Commit 378f76c

Browse files
committed
Add dependency
1 parent 0eb601d commit 378f76c

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@ Mitake SMS library for Java
66

77
### Maven
88

9-
TODO
9+
```xml
10+
<dependency>
11+
<groupId>mitake</groupId>
12+
<artifactId>lib-sms</artifactId>
13+
<version>0.1.0</version>
14+
</dependency>
15+
```
16+
17+
### Gradle
18+
19+
```groovy
20+
compile 'mitake:lib-sms:0.1.0'
21+
```
1022

1123
## How to use
1224

0 commit comments

Comments
 (0)