chore: update package name (#10)

This commit is contained in:
tomsun28 2025-07-15 20:08:17 +08:00 committed by GitHub
parent e3c878b90e
commit 9b1485a1e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 14 additions and 14 deletions

View file

@ -1,6 +1,6 @@
# Z.ai Open Platform Java SDK
[![Maven Central](https://img.shields.io/maven-central/v/ai.z.openapi/z-ai-sdk.svg)](https://search.maven.org/artifact/ai.z/z-ai-sdk)
[![Maven Central](https://img.shields.io/maven-central/v/ai.z.openapi/zai-sdk.svg)](https://search.maven.org/artifact/ai.z.openapi/zai-sdk)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Java](https://img.shields.io/badge/java-1.8%2B-orange.svg)](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")
}
```

View file

@ -1,6 +1,6 @@
# Z.ai Open Platform Java SDK
[![Maven Central](https://img.shields.io/maven-central/v/ai.z.openapi/z-ai-sdk.svg)](https://search.maven.org/artifact/ai.z/z-ai-sdk)
[![Maven Central](https://img.shields.io/maven-central/v/ai.z.openapi/zai-sdk.svg)](https://search.maven.org/artifact/ai.z.openapi/zai-sdk)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Java](https://img.shields.io/badge/java-1.8%2B-orange.svg)](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")
}
```

View file

@ -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>

View file

@ -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>

View file

@ -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>