MVN

com.fasterxml.jackson.jr : jackson-jr-test-module

Maven & Gradle

Mar 12, 2024
225 stars

Test Module with higher JDK Version + Groovy support to test Jackson-Jr

<dependency>
    <groupId>com.fasterxml.jackson.jr</groupId>
    <artifactId>jackson-jr-test-module</artifactId>
    <version>2.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fasterxml.jackson.jr : jackson-jr-test-module to add to Maven - Latest Versions:

  • Latest Stable: 2.17.0

All Versions

Choose a version of com.fasterxml.jackson.jr : jackson-jr-test-module to add to Maven - All Versions:

Version Vulnerabilities Updated
2.17.x
jackson-jr-test-module-2.17.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.fasterxml.jackson.jr</groupId>
    <artifactId>jackson-jr-test-module</artifactId>
    <version>2.17.0</version>
</dependency>

Advertisement