数据宝的二元实名认证加密库

This commit is contained in:
jkcdev 2025-05-29 18:20:54 +08:00
parent 7abbe96a36
commit c385341a79
2 changed files with 9 additions and 0 deletions

Binary file not shown.

9
cdp/maven.txt Normal file
View File

@ -0,0 +1,9 @@
注册
mvn install:install-file -DgroupId=com.cdp.product -DartifactId=cdp-common-security -Dversion=11.0.0-SNAPSHOT -Dpackaging=jar -Dfile=cdp-common-security-java.jar
导入
<dependency>
<groupId>com.cdp.product</groupId>
<artifactId>cdp-common-security</artifactId>
<version>11.0.0-SNAPSHOT</version>
</dependency>