1 Star 0 Fork 120

yj2006062 / jfire-codejson

forked from eric_1989 / jfire-codejson 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 2.10 KB
一键复制 编辑 原始数据 按行查看 历史
eric 提交于 2017-12-21 09:22 . 升级了BigDecimal的支持
<?xml version="1.0"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.jfireframework</groupId>
<artifactId>parent</artifactId>
<version>1.0.1</version>
</parent>
<version>1.0.2-SNAPSHOT</version>
<artifactId>codejson</artifactId>
<name>codejson</name>
<url></url>
<description>Codejson is the best framework for json. The best is the fastest and customization capabilities.
Can use the same object output according to the different strategies of different content.
45% speed over Jackson2 serialization</description>
<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.jfireframework</groupId>
<artifactId>baseutil</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.6.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.10</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
Java
1
https://gitee.com/yj2006062/jfire-codejson.git
git@gitee.com:yj2006062/jfire-codejson.git
yj2006062
jfire-codejson
jfire-codejson
master

搜索帮助