nutzam / zmxy

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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的代码镜像库

License:MIT License


Languages

Language:Java 99.9%Language:Python 0.1%