add javadoc

This commit is contained in:
skyfire 2026-01-04 18:07:56 +08:00
parent 73848d3867
commit db9d5cb45d
62 changed files with 3395 additions and 91 deletions

View file

@ -5,7 +5,7 @@
<groupId>com.alibaba</groupId>
<artifactId>qwencode-sdk</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>0.0.1-SNAPSHOT</version>
<name>qwencode-sdk</name>
<url>https://maven.apache.org</url>
<licenses>
@ -202,8 +202,10 @@
<distributionManagement>
<snapshotRepository>
<id>central</id>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
<!-- <id>central</id>-->
<!-- <url>https://central.sonatype.com/repository/maven-snapshots/</url>-->
<id>snapshots</id>
<url>http://mvnrepo.alibaba-inc.com/mvn/snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>