-
|
Where to download the .jar file? |
Beta Was this translation helpful? Give feedback.
Answered by
pjfanning
Jan 22, 2024
Replies: 1 comment
-
|
Best to use a build tool like Maven or Gradle. https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind/2.16.1 That page has the dependency format for many build tools but also a link to download the jar. If you download 1 jar, you will also need to download all the other dependency jars. Build tools will automatically get all the dependencies for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Realmadd1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Best to use a build tool like Maven or Gradle.
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind/2.16.1
That page has the dependency format for many build tools but also a link to download the jar. If you download 1 jar, you will also need to download all the other dependency jars. Build tools will automatically get all the dependencies for you.