Categories |
Categorieshate Data Data Formats Hypermedia Types |
---|---|
GroupId | GroupIdcom.zerodhatech.kiteconnect |
ArtifactId | ArtifactIdkiteconnect |
Version | Version3.2.0-SNAPSHOT1 |
Type | Typejar |
Filename | Size |
---|---|
kiteconnect-3.2.0-SNAPSHOT1.pom | |
kiteconnect-3.2.0-SNAPSHOT1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zerodhatech.kiteconnect/kiteconnect/ -->
<dependency>
<groupId>com.zerodhatech.kiteconnect</groupId>
<artifactId>kiteconnect</artifactId>
<version>3.2.0-SNAPSHOT1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zerodhatech.kiteconnect/kiteconnect/
implementation 'com.zerodhatech.kiteconnect:kiteconnect:3.2.0-SNAPSHOT1'
// https://jarcasting.com/artifacts/com.zerodhatech.kiteconnect/kiteconnect/
implementation ("com.zerodhatech.kiteconnect:kiteconnect:3.2.0-SNAPSHOT1")
'com.zerodhatech.kiteconnect:kiteconnect:jar:3.2.0-SNAPSHOT1'
<dependency org="com.zerodhatech.kiteconnect" name="kiteconnect" rev="3.2.0-SNAPSHOT1">
<artifact name="kiteconnect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zerodhatech.kiteconnect', module='kiteconnect', version='3.2.0-SNAPSHOT1')
)
libraryDependencies += "com.zerodhatech.kiteconnect" % "kiteconnect" % "3.2.0-SNAPSHOT1"
[com.zerodhatech.kiteconnect/kiteconnect "3.2.0-SNAPSHOT1"]