Skip to content
/ zmxy Public

芝麻信用服务器端Java SDK的代码镜像库

License

Notifications You must be signed in to change notification settings

nutzam/zmxy

Repository files navigation

zmxy

芝麻信用服务器端Java SDK的代码镜像库

maven配置

		<dependency>
			<groupId>com.antgroup</groupId>
			<artifactId>zmxy-openplatform-api</artifactId>
			<version>1.0.0-SNAPSHOT</version>
			<scope>provided</scope>
		</dependency>

快照库地址

	<repositories>
		<repository>
			<id>nutz-snapshots</id>
			<url>https://jfrog.nutz.cn/artifactory/snapshots</url>
			<snapshots>
				<enabled>true</enabled>
				<updatePolicy>always</updatePolicy>
			</snapshots>
			<releases>
				<enabled>false</enabled>
			</releases>
		</repository>
	</repositories>

About

芝麻信用服务器端Java SDK的代码镜像库

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published