You can download jackson-coreutils-1.8.jar in this page.
Lesser General Public License, version 3 or greater
jackson-coreutils-1.8.jar file has the following types.
META-INF/ASL-2.0.txt META-INF/LGPL-3.0.txt META-INF/LICENSE META-INF/MANIFEST.MF com.github.fge.jackson.JacksonUtils.class com.github.fge.jackson.JsonLoader.class com.github.fge.jackson.JsonNodeReader.class com.github.fge.jackson.JsonNumEquals.class com.github.fge.jackson.NodeType.class com.github.fge.jackson.jsonpointer.JsonNodeResolver.class com.github.fge.jackson.jsonpointer.JsonPointer.class com.github.fge.jackson.jsonpointer.JsonPointerException.class com.github.fge.jackson.jsonpointer.JsonPointerMessages.class com.github.fge.jackson.jsonpointer.ReferenceToken.class com.github.fge.jackson.jsonpointer.TokenResolver.class com.github.fge.jackson.jsonpointer.TreePointer.class com/github/fge/jackson/jsonNodeReader.properties com/github/fge/jackson/jsonpointer.properties
jackson-coreutils-1.8.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <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> <groupId>com.github.fge</groupId> <artifactId>jackson-coreutils</artifactId> <version>1.8</version> <name>null</name> <description>null</description> <url>https://github.com/fge/jackson-coreutils</url> <licenses> <license> <name>Lesser General Public License, version 3 or greater</name> <url>http://www.gnu.org/licenses/lgpl.html</url> <distribution>repo</distribution> </license> <license> <name>Apache Software License, version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>fge</id> <name>Francis Galiegue</name> <email>fgaliegue@gmail.com</email> </developer> </developers> <scm> <connection>git@github.com:fge/jackson-coreutils</connection> <developerConnection>https://github.com/fge/jackson-coreutils.git</developerConnection> <url>git@github.com:fge/jackson-coreutils</url> </scm> <dependencies> <dependency> <groupId>com.github.fge</groupId> <artifactId>msg-simple</artifactId> <version>1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.2.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>16.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.8.7</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>snakeyaml</artifactId> <groupId>org.yaml</groupId> </exclusion> <exclusion> <artifactId>bsh</artifactId> <groupId>org.beanshell</groupId> </exclusion> <exclusion> <artifactId>junit</artifactId> <groupId>junit</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>2.0.1</version> <scope>compile</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.github.fge</groupId> <artifactId>jackson-coreutils</artifactId> <version>1.8</version> </dependency>
If you think the following jackson-coreutils-1.8.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jackson-coreutils-1.8.jar file