I would like to know how can I add Boon or Jackson parser to an android project using Gradle?
I found how to do so with GSON but couldn\'t find anything with Boon or Jac
@Baldy answer is the same as:
implementation 'com.fasterxml.jackson.core:jackson-core:2.10.1'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.10.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.1'
Following android studio conventions. You can find the up to date version at: Maven Central Repository.