Skip to content
Tatu Saloranta edited this page Nov 5, 2022 · 9 revisions

Jackson datatypes: Collections

License

All modules are licensed under Apache License, Version 2.0

Documentation

Javadocs

Artifacts

Most commonly artifacts are accessed using Maven, via Maven 2 repositories.

  • Group id: com.fasterxml.jackson.datatype
  • Artifact ids:
    • jackson-datatype-eclipse-collections
    • jackson-datatype-guava
    • jackson-datatype-hppc
    • jackson-datatype-pcollections

New releases are done using Sonatype Maven repository, from which they are automatically copied (with an hour of delay) to the Central Maven repository.

Snapshots

Snapshots can be found from Sonatype Maven Snapshot repository:

<snapshotRepository>
  <id>sonatype-nexus-snapshots</id>
  <name>Sonatype Nexus Snapshots</name>
  <url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
Clone this wiki locally