1 Star 0 Fork 37

muweng/utilx4j

forked from snowland.ltd/utilx4j 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
A.Star 提交于 2018-11-17 21:37 . 优化数字工具代码
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>ltd.snowland</groupId>
<artifactId>utilx4j</artifactId>
<version>0.0.1</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>A toolbox for encryption</description>
<url>https://gitee.com/snowlandltd/utilx4j</url>
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.59</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>actable</distribution>
</license>
</licenses>
<developers>
<developer>
<name>A.Star</name>
<email>[email protected]</email>
<organization>Snowland Co. Ltd</organization>
<url>https://gitee.com/snowlandltd/utilx4j</url>
</developer>
</developers>
<scm>
<connection>scm:git:[email protected]:snowlandltd/utilx4j.git</connection>
</scm>
<distributionManagement>
<snapshotRepository>
<!-- 这个id需要在setting.xml中设置 -->
<id>utilx-snapshots</id>
<name>OSS Snapshots Repository</name>
<!-- 这里的url就是Issue中回复的snapshots 的repo地址-->
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>utilx-repository</id>
<name>OSS Staging Repository</name>
<!-- 这里的url就是Issue中回复的staging 的repo地址-->
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/muwengKing/utilx4j.git
[email protected]:muwengKing/utilx4j.git
muwengKing
utilx4j
utilx4j
master

搜索帮助