You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official Java client for communicating with [Kite Connect API](https://kite.trade).
3
4
@@ -12,7 +13,7 @@ Kite Connect is a set of REST-like APIs that expose many capabilities required t
12
13
## Usage
13
14
-[Download Kite Connect 3 jar file](https://github.com/zerodhatech/javakiteconnect/tree/master/dist) and include it in your build path.
14
15
15
-
- Include com.zerodhatech.kiteconnect into build path from maven. Use version 3.1.3
16
+
- Include com.zerodhatech.kiteconnect into build path from maven. Use version 3.1.14
16
17
17
18
- To use javakiteconnect in **Android**, you need to include jar file in the libs directory and add the following line in you module's gradle file ``` compile files('libs/kiteconnect.jar') ```
0 commit comments