1 Star 0 Fork 20

ajunlonglive/okjson

forked from calvinwilliams/okjson 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
calvinwilliams 提交于 2019-05-05 21:49 . UPDATE TO V0.0.10.0B
<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>xyz.calvinwilliams</groupId>
<artifactId>okjson</artifactId>
<version>0.0.10.0</version>
<name>okjson</name>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/calvinwilliams/okjson</url>
<connection>https://github.com/calvinwilliams/okjson.git</connection>
<developerConnection>https://github.com/calvinwilliams/okjson</developerConnection>
</scm>
<developers>
<developer>
<name>calvinwilliams</name>
<email>calvinwilliams@163.com</email>
<url>https://github.com/calvinwilliams/okjson</url>
</developer>
</developers>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshuts</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-releases</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/ajunlonglive/okjson.git
git@gitee.com:ajunlonglive/okjson.git
ajunlonglive
okjson
okjson
release

搜索帮助