# trident-core **Repository Path**: technology-base/trident-core ## Basic Information - **Project Name**: trident-core - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-06 - **Last Updated**: 2023-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 三叉戟核心包 ## trident-core ### 使用方式 ``` # 安装到本地maven仓库 mvn clean install -Dmaven.test.skip=true ``` ### 上传maven远程仓库 ``` mvn clean install org.apache.maven.plugins:maven-deploy-plugin:2.8:deploy -DskipTests -s /Users/jason/@root/apache-maven-3.8.4/conf/settings-aliyun.xml ```