组织ID: |
com.github.fge |
项目ID: |
jackson-coreutils |
版本: |
1.0 |
最后修改时间: |
2018-07-30 17:12:11 |
包类型: |
jar |
标题: |
jackson-coreutils |
描述: |
Various utilities over Jackson (2.1.x) |
相关URL: |
https://github.com/fge/jackson-coreutils |
大小: |
22.18KB |
|
Maven引入代码: |
<dependency>
<groupId>com.github.fge</groupId>
<artifactId>jackson-coreutils</artifactId>
<version>1.0</version>
</dependency>
|
Gradle引入代码: |
com.github.fge:jackson-coreutils:1.0
|
下载Jar包: |
|
POM文件内容: |
<!--
~ Copyright (c) 2013, Francis Galiegue <fgaliegue@gmail.com>
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the Lesser GNU General Public License as
~ published by the Free Software Foundation, either version 3 of the
~ License, or (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ Lesser GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.fge</groupId>
<artifactId>jackson-coreutils</artifactId>
<name>jackson-coreutils</name>
<version>1.0</version>
<packaging>jar</packaging>
<description>Various utilities over Jackson (2.1.x)</description>
<url>https://github.com/fge/jackson-coreutils</url>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<configuration>
<links>
<link>http://fasterxml.github.com/jackson-databind/javadoc/2.1.1/</link>
<link>http://docs.oracle.com/javase/6/docs/api</link>
<link>http://docs.guava-libraries.googlecode.com/git/javadoc</link>
</links>
<docfilessubdirs>true</docfilessubdirs>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>javadoc</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>14.0</version>
</dependency>
<dependency>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
<exclusion>
<groupId>org.beanshell</groupId>
<artifactId>bsh</artifactId>
</exclusion>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
</dependencies>
<licenses>
<license>
<name>LGPLv3 or later</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
</license>
</licenses>
<scm>
<url>git@github.com:fge/jackson-coreutils</url>
<connection>scm:git:git@github.com:fge/jackson-coreutils</connection>
<developerConnection>scm:git:git@github.com:fge/jackson-coreutils</developerConnection>
</scm>
<developers>
<developer>
<name>Francis Galiegue</name>
<roles>
<role>Initial developer</role>
</roles>
</developer>
</developers>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
LICENSE
com.github.fge.jackson.jsonpointer.JsonNodeResolver.class
com.github.fge.jackson.jsonpointer.TokenResolver.class
com.github.fge.jackson.jsonpointer.JsonPointerMessages.class
com.github.fge.jackson.jsonpointer.ReferenceToken.class
com.github.fge.jackson.jsonpointer.JsonPointerException.class
com.github.fge.jackson.jsonpointer.TreePointer.class
com.github.fge.jackson.jsonpointer.JsonPointer.class
com.github.fge.jackson.NodeType.class
com.github.fge.jackson.JsonNumEquals.class
com.github.fge.jackson.JacksonUtils.class
com.github.fge.jackson.JsonLoader.class
META-INF/maven/com.github.fge/jackson-coreutils/pom.xml
META-INF/maven/com.github.fge/jackson-coreutils/pom.properties
|
依赖Jar: |
jackson-databind-2.1.4.jar
/com.fasterxml.jackson.core/jackson-databind/2.1.4
查看jackson-databind所有版本文件
guava-14.0.jar
/com.google.guava/guava/14.0
查看guava所有版本文件
jcip-annotations-1.0.jar
/net.jcip/jcip-annotations/1.0
查看jcip-annotations所有版本文件
testng-6.8.jar
/org.testng/testng/6.8
查看testng所有版本文件
mockito-core-1.9.5.jar
/org.mockito/mockito-core/1.9.5
查看mockito-core所有版本文件
|