o

oapi-sdk

Larksuite open platform facilitates the integration of enterprise applications and larksuite, making collaboration and management more efficient
https://github.com/larksuite/oapi-sdk-java
The Apache License, Version 2.0
larkopen
Files download
File Operation
oapi-sdk-2.2.4.jar download
oapi-sdk-2.2.4.pom download
oapi-sdk-2.2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.larksuite.oapi</groupId>
  <artifactId>oapi-sdk</artifactId>
  <version>2.2.4</version>
</dependency>
Gradle Groovy
implementation 'com.larksuite.oapi:oapi-sdk:2.2.4'
Gradle Kotlin
implementation("com.larksuite.oapi:oapi-sdk:2.2.4")
Scala SBT
libraryDependencies += "com.larksuite.oapi" % "oapi-sdk" % "2.2.4"
Groovy Grape
@Grapes(
  @Grab(group='com.larksuite.oapi', module='oapi-sdk', version='2.2.4')
)
Apache Ivy
<dependency org="com.larksuite.oapi" name="oapi-sdk" rev="2.2.4" />
Leiningen
[com.larksuite.oapi/oapi-sdk "2.2.4"]
Apache Buildr
'com.larksuite.oapi:oapi-sdk:jar:2.2.4'