0% found this document useful (0 votes)
2 views

json dependency

The document lists dependencies for Jackson libraries used in a project. It includes three dependencies from the 'com.fasterxml.jackson.core' group with version 2.9.8 and one from 'org.codehaus.jackson' with version 1.9.13. Each dependency is specified with its group ID, artifact ID, and version.

Uploaded by

vivek kumar
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

json dependency

The document lists dependencies for Jackson libraries used in a project. It includes three dependencies from the 'com.fasterxml.jackson.core' group with version 2.9.8 and one from 'org.codehaus.jackson' with version 1.9.13. Each dependency is specified with its group ID, artifact ID, and version.

Uploaded by

vivek kumar
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.

core/jackson-databind
-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
</dependency>

<!--
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations
-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.8</version>
</dependency>

<!--
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.8</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-
mapper-asl -->
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.13</version>
</dependency>

You might also like