ebike-share/cdp/maven.txt
2025-05-29 18:20:54 +08:00

10 lines
322 B
Plaintext

注册
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>