We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd626a9 commit 0398931Copy full SHA for 0398931
README.md
@@ -35,17 +35,17 @@ Add the following dependency to your `pom.xml`:
35
```
36
37
### Gradle
38
-Add the following dependency to your `build.gradle`:
+Add the following dependency to your `build.gradle` (for Groovy DSL):
39
40
```groovy
41
dependencies {
42
implementation 'cn.bigmodel.openapi:oapi-java-sdk:release-V4-2.3.4'
43
}
44
45
46
-Or `build.gradle.kts`:
+Or `build.gradle.kts` (for Kotlin DSL):
47
48
-``kotlin
+```kotlin
49
50
implementation("cn.bigmodel.openapi:oapi-java-sdk:release-V4-2.3.4")
51
0 commit comments