You can download jooby-jackson-1.0.0.jar in this page.
Open Source
jooby-jackson-1.0.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.jooby/jooby-jackson/pom.properties META-INF/maven/org.jooby/jooby-jackson/pom.xml org.jooby.json.Jackson.class org.jooby.json.JacksonParser.class org.jooby.json.JacksonRenderer.class
jooby-jackson-1.0.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <groupId>org.jooby</groupId> <artifactId>jooby-project</artifactId> <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jooby-jackson</artifactId> <name>jackson module</name> <build> <plugins> <!-- sure-fire --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>**/*Test.java</include> <include>**/*Feature.java</include> </includes> </configuration> </plugin> </plugins> </build> <dependencies> <!-- Jooby --> <dependency> <groupId>org.jooby</groupId> <artifactId>jooby</artifactId> <version>${project.version}</version> </dependency> <!-- Jackson 2.x --> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jdk8</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <!-- Test dependencies --> <dependency> <groupId>org.jooby</groupId> <artifactId>jooby</artifactId> <version>${project.version}</version> <scope>test</scope> <classifier>tests</classifier> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-easymock</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jacoco</groupId> <artifactId>org.jacoco.agent</artifactId> <classifier>runtime</classifier> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.jooby</groupId> <artifactId>jooby-jackson</artifactId> <version>1.0.0</version> </dependency>
If you think the following jooby-jackson-1.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jooby-jackson-1.0.0.jar file