chore: update package name (#10)
This commit is contained in:
parent
e3c878b90e
commit
9b1485a1e6
5 changed files with 14 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Z.ai Open Platform Java SDK
|
||||
|
||||
[](https://search.maven.org/artifact/ai.z/z-ai-sdk)
|
||||
[](https://search.maven.org/artifact/ai.z.openapi/zai-sdk)
|
||||
[](LICENSE)
|
||||
[](https://www.oracle.com/java/)
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ Add the following dependency to your `pom.xml`:
|
|||
```xml
|
||||
<dependency>
|
||||
<groupId>ai.z</groupId>
|
||||
<artifactId>z-ai-sdk</artifactId>
|
||||
<artifactId>zai-sdk</artifactId>
|
||||
<version>0.0.1</version>
|
||||
</dependency>
|
||||
```
|
||||
|
|
@ -41,7 +41,7 @@ Add the following dependency to your `build.gradle` (for Groovy DSL):
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'ai.z:z-ai-sdk:0.0.1'
|
||||
implementation 'ai.z:zai-sdk:0.0.1'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -49,7 +49,7 @@ Or `build.gradle.kts` (for Kotlin DSL):
|
|||
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("ai.z:z-ai-sdk:0.0.1")
|
||||
implementation("ai.z:zai-sdk:0.0.1")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Z.ai Open Platform Java SDK
|
||||
|
||||
[](https://search.maven.org/artifact/ai.z/z-ai-sdk)
|
||||
[](https://search.maven.org/artifact/ai.z.openapi/zai-sdk)
|
||||
[](LICENSE)
|
||||
[](https://www.oracle.com/java/)
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ Z.ai AI 平台官方 Java SDK,提供统一接口访问强大的AI能力,包
|
|||
```xml
|
||||
<dependency>
|
||||
<groupId>ai.z</groupId>
|
||||
<artifactId>z-ai-sdk</artifactId>
|
||||
<artifactId>zai-sdk</artifactId>
|
||||
<version>0.0.1</version>
|
||||
</dependency>
|
||||
```
|
||||
|
|
@ -39,7 +39,7 @@ Z.ai AI 平台官方 Java SDK,提供统一接口访问强大的AI能力,包
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'ai.z:z-ai-sdk:0.0.1'
|
||||
implementation 'ai.z:zai-sdk:0.0.1'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ dependencies {
|
|||
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("ai.z:z-ai-sdk:0.0.1")
|
||||
implementation("ai.z:zai-sdk:0.0.1")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>ai.z.openapi</groupId>
|
||||
<artifactId>z-ai-sdk-parent</artifactId>
|
||||
<artifactId>zai-sdk-parent</artifactId>
|
||||
<version>${revision}</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>z-ai-sdk</artifactId>
|
||||
<artifactId>zai-sdk</artifactId>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
||||
|
|
|
|||
6
pom.xml
6
pom.xml
|
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>ai.z.openapi</groupId>
|
||||
<artifactId>z-ai-sdk-parent</artifactId>
|
||||
<artifactId>zai-sdk-parent</artifactId>
|
||||
<version>${revision}</version>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
</scm>
|
||||
|
||||
<properties>
|
||||
<revision>0.0.0.1-alpha</revision>
|
||||
<revision>0.0.0.2-alpha</revision>
|
||||
<java.version>8</java.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
|
|
@ -229,7 +229,7 @@
|
|||
<autoPublish>true</autoPublish>
|
||||
<excludeArtifacts>
|
||||
<excludeArtifact>samples</excludeArtifact>
|
||||
<excludeArtifact>z-ai-sdk-parent</excludeArtifact>
|
||||
<excludeArtifact>zai-sdk-parent</excludeArtifact>
|
||||
</excludeArtifacts>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>ai.z.openapi</groupId>
|
||||
<artifactId>z-ai-sdk-parent</artifactId>
|
||||
<artifactId>zai-sdk-parent</artifactId>
|
||||
<version>${revision}</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
|
|
|||
Loading…
Reference in a new issue