• Joined on 2024-12-16

aiwith.work:tablestore (5.16.0-SNAPSHOT)

Published 2026-03-31 08:08:36 +08:00 by sinbo

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>aiwith.work</groupId>
	<artifactId>tablestore</artifactId>
	<version>5.16.0-SNAPSHOT</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=aiwith.work:tablestore:5.16.0-SNAPSHOT

About this package

zen core

Dependencies

org.slf4j:slf4j-api
2.0.17
com.google.code.gson:gson
${gson.version}
com.google.protobuf:protobuf-java
4.33.1