Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit b00d0c3

Browse files
committed
updated readme for using API in Gradle
1 parent 90cb61c commit b00d0c3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ For adding dependency, you could use bintray-repository:
1717

1818
The files are stored at: [https://dl.bintray.com/sybit-education/maven/](https://dl.bintray.com/sybit-education/maven/)
1919

20+
## Gradle
21+
For Gradle add compile `com.sybit:airtable.java:[version]` to compile dependencies.
22+
Also add `jcenter` repository to dependencies:
23+
```
24+
repositories {
25+
jcenter()
26+
...
27+
}
28+
```
2029

2130
## Initializing
2231

0 commit comments

Comments
 (0)