An open API service for producing an overview of a list of open source projects.

https://github.com/FasterXML/jackson-modules-base

Score: 32.14557744303923

Last synced: about 7 hours ago
JSON representation

Repository metadata:

Uber-project for foundational modules of Jackson that build directly on core components but nothing else; not including data format or datatype modules


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 months ago

Total Commits: 1,278
Total Committers: 40
Avg Commits per committer: 31.95
Development Distribution Score (DDS): 0.141

Commits in past year: 205
Committers in past year: 4
Avg Commits per committer in past year: 51.25
Development Distribution Score (DDS) in past year: 0.059

Name Email Commits
Tatu Saloranta t****a@i****i 1098
Steven Schlansker s****r@g****m 38
Kim, Joo Hyuk b****e@g****m 25
dependabot[bot] 4****] 21
robbytx r****n@b****m 14
GedMarc g****c@h****m 8
PJ Fanning p****g 8
Jeffrey j****s@p****m 8
HelloOO7 c****r@g****m 5
Jack Dunning J****1@u****m 5
eranl 1****l 5
zeyu cai z****8@g****m 4
geoand g****d@g****m 4
Joe Barnett j****t@c****m 3
Sean C. Sullivan g****b@s****m 2
Rui Zhang r****0@g****m 2
Jendrik Johannes j****s@g****m 2
Dan Sanduleac d****c@p****m 2
Apoorva Manjunath a****m 2
Tatsuya Shimoda t****o 2
Rob Tompkins c****s@c****m 1
Nate Bauernfeind n****e@h****m 1
Harry Chan h****n@c****m 1
linjunhua l****e@1****m 1
kishorkunal-raj m****l@g****m 1
black-06 h****g@f****m 1
Yeikel e****l@y****m 1
Valeriy.Vyrva v****7@g****m 1
Steve Storey s****y@g****m 1
Stephen Souness S****e 1
and 10 more...

Issue and Pull Request metadata

Last synced: 2 months ago

Total issues: 106
Total pull requests: 166
Average time to close issues: 6 months
Average time to close pull requests: 12 days
Total issue authors: 76
Total pull request authors: 32
Average comments per issue: 4.88
Average comments per pull request: 1.16
Merged pull request: 144
Bot issues: 1
Bot pull requests: 32

Past year issues: 15
Past year pull requests: 32
Past year average time to close issues: 17 days
Past year average time to close pull requests: about 13 hours
Past year issue authors: 11
Past year pull request authors: 3
Past year average comments per issue: 3.27
Past year average comments per pull request: 0.03
Past year merged pull request: 28
Past year bot issues: 0
Past year bot pull requests: 11

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/FasterXML/jackson-modules-base

Top Issue Authors

  • cowtowncoder (22)
  • wujimin (2)
  • jakebman (2)
  • HelloOO7 (2)
  • raphw (2)
  • pjfanning (2)
  • josephlbarnett (2)
  • naveg (2)
  • carterkozak (2)
  • davidconnard (2)
  • hreinn91 (1)
  • ben-sag (1)
  • andrei-ivanov (1)
  • seadbrane (1)
  • dependabot[bot] (1)

Top Pull Request Authors

  • cowtowncoder (59)
  • dependabot[bot] (32)
  • JooHyukKim (19)
  • stevenschlansker (10)
  • pjfanning (7)
  • HelloOO7 (4)
  • apoorvam (4)
  • josephlbarnett (3)
  • jamezp (2)
  • geoand (2)
  • JDUNNIN (2)
  • jjohannes (2)
  • hreinn91 (1)
  • HildoYe (1)
  • robbytx (1)

Top Issue Labels

  • afterburner (22)
  • jaxb-annotations (17)
  • blackbird (16)
  • mrbean (8)
  • 2.15 (4)
  • 3.x (3)
  • jakarta-xmlbind-annotations (3)
  • 3.2 (3)
  • guice (3)
  • has-failing-test (2)
  • 2.16 (2)
  • need-test-case (2)
  • 3.1 (2)
  • android-records (2)
  • 2.17 (1)
  • no-ctor-deser (1)
  • 2.x (1)
  • 2.20 (1)
  • pr-welcome (1)
  • 2.19 (1)
  • active (1)
  • dependencies (1)
  • 2.18 (1)
  • documentation (1)
  • gen-ai (1)

Top Pull Request Labels

  • dependencies (32)
  • github_actions (9)
  • 3.2 (3)
  • jaxb-annotations (2)
  • blackbird (2)
  • afterburner (2)
  • java (2)
  • 2.21 (1)
  • cla-received (1)
  • guice (1)
  • 3.1 (1)
  • 2.18 (1)
  • 3.x (1)

Package metadata

repo1.maven.org: com.fasterxml.jackson.module:jackson-module-jaxb-annotations

Support for using JAXB annotations as an alternative to "native" Jackson annotations, for configuring data-binding.

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-jaxb-annotations/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 2.21.2 (published 3 months ago)
  • Last Synced: 2026-03-27T22:23:26.914Z (3 months ago)
  • Versions: 178
  • Dependent Packages: 1,244
  • Dependent Repositories: 13,365
  • Docker Downloads: 9,418,955,590
  • Rankings:
    • Docker downloads count: 0.009%
    • Dependent packages count: 0.062%
    • Dependent repos count: 0.064%
    • Average: 9.089%
    • Forks count: 21.0%
    • Stargazers count: 24.31%
repo1.maven.org: com.fasterxml.jackson.module:jackson-module-afterburner

Jackson (https://github.com/FasterXML/jackson) extension module used to enhance performance using bytecode generation to replace use of Reflection for field access and method calls

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-afterburner/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 2.21.2 (published 3 months ago)
  • Last Synced: 2026-03-24T03:52:39.664Z (3 months ago)
  • Versions: 172
  • Dependent Packages: 619
  • Dependent Repositories: 8,933
  • Docker Downloads: 406,982,580
  • Rankings:
    • Dependent repos count: 0.088%
    • Dependent packages count: 0.131%
    • Docker downloads count: 0.221%
    • Average: 9.15%
    • Forks count: 21.0%
    • Stargazers count: 24.31%
repo1.maven.org: com.fasterxml.jackson.module:jackson-module-paranamer

AnnotationIntrospectors that use Paranamer (http://paranamer.codehaus.org) to introspect names of constructor (and factory method) parameters.

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-paranamer/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 2.21.2 (published 3 months ago)
  • Last Synced: 2026-04-12T03:03:14.504Z (2 months ago)
  • Versions: 157
  • Dependent Packages: 206
  • Dependent Repositories: 743
  • Docker Downloads: 423,736,927
  • Rankings:
    • Docker downloads count: 0.216%
    • Dependent packages count: 0.383%
    • Dependent repos count: 0.469%
    • Average: 9.276%
    • Forks count: 21.0%
    • Stargazers count: 24.31%
repo1.maven.org: com.fasterxml.jackson.module:jackson-module-blackbird

Jackson (https://github.com/FasterXML/jackson) extension module that uses LambdaMetafactory based code generation to replace reflection calls.

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-blackbird/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 2.21.2 (published 3 months ago)
  • Last Synced: 2026-03-24T03:34:07.434Z (3 months ago)
  • Versions: 62
  • Dependent Packages: 175
  • Dependent Repositories: 124
  • Docker Downloads: 66,683,799
  • Rankings:
    • Dependent packages count: 0.449%
    • Docker downloads count: 0.603%
    • Dependent repos count: 1.655%
    • Average: 9.603%
    • Forks count: 21.0%
    • Stargazers count: 24.31%
repo1.maven.org: com.fasterxml.jackson.module:jackson-module-guice

Stuff to make integration with Guice a bit easier

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-guice/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 2.21.2 (published 3 months ago)
  • Last Synced: 2026-04-14T04:02:29.229Z (2 months ago)
  • Versions: 153
  • Dependent Packages: 149
  • Dependent Repositories: 177
  • Docker Downloads: 4,947,297
  • Rankings:
    • Dependent packages count: 0.507%
    • Dependent repos count: 1.277%
    • Docker downloads count: 1.377%
    • Average: 9.694%
    • Forks count: 21.0%
    • Stargazers count: 24.31%
repo1.maven.org: com.fasterxml.jackson.module:jackson-module-mrbean

Functionality for implementing interfaces and abstract types dynamically ("bean materialization"), integrated with Jackson (although usable externally as well)

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-mrbean/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 2.21.2 (published 3 months ago)
  • Last Synced: 2026-04-12T03:02:40.320Z (2 months ago)
  • Versions: 169
  • Dependent Packages: 126
  • Dependent Repositories: 80
  • Docker Downloads: 57,348,494
  • Rankings:
    • Dependent packages count: 0.594%
    • Docker downloads count: 0.627%
    • Dependent repos count: 2.248%
    • Average: 9.719%
    • Forks count: 20.857%
    • Stargazers count: 24.267%
repo1.maven.org: com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations

Support for using Jakarta XML Bind (aka JAXB 3.0) annotations as an alternative to "native" Jackson annotations, for configuring data-binding.

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 2.21.2 (published 3 months ago)
  • Last Synced: 2026-03-28T10:42:24.243Z (3 months ago)
  • Versions: 53
  • Dependent Packages: 522
  • Dependent Repositories: 120
  • Docker Downloads: 47,907,377
  • Rankings:
    • Dependent packages count: 0.159%
    • Docker downloads count: 1.521%
    • Dependent repos count: 1.695%
    • Average: 9.737%
    • Forks count: 21.0%
    • Stargazers count: 24.31%
repo1.maven.org: com.fasterxml.jackson.module:jackson-module-osgi

Jackson module to inject OSGI services in deserialized beans.

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-osgi/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 2.21.2 (published 3 months ago)
  • Last Synced: 2026-03-25T18:48:38.231Z (3 months ago)
  • Versions: 128
  • Dependent Packages: 98
  • Dependent Repositories: 16
  • Rankings:
    • Dependent packages count: 0.748%
    • Dependent repos count: 6.082%
    • Average: 13.039%
    • Forks count: 21.0%
    • Stargazers count: 24.327%
repo1.maven.org: com.fasterxml.jackson.module:jackson-module-no-ctor-deser

Support deserialization of POJO classes without default constructor

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-no-ctor-deser/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 2.21.2 (published 3 months ago)
  • Last Synced: 2026-03-28T12:32:30.786Z (3 months ago)
  • Versions: 53
  • Dependent Packages: 18
  • Dependent Repositories: 6
  • Rankings:
    • Dependent packages count: 3.523%
    • Dependent repos count: 10.013%
    • Average: 14.711%
    • Forks count: 21.0%
    • Stargazers count: 24.31%
repo1.maven.org: com.fasterxml.jackson.module:jackson-modules-base

Parent pom for Jackson "base" modules: modules that build directly on databind, and are not datatype, data format, or JAX-RS provider modules.

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-modules-base/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 2.21.2 (published 3 months ago)
  • Last Synced: 2026-03-26T16:05:31.253Z (3 months ago)
  • Versions: 116
  • Dependent Packages: 4
  • Dependent Repositories: 5
  • Rankings:
    • Dependent repos count: 10.9%
    • Dependent packages count: 13.911%
    • Average: 17.535%
    • Forks count: 21.0%
    • Stargazers count: 24.327%
repo1.maven.org: com.jwebmp.jpms.jackson.module:jackson-module-guice

Stuff to make integration with Guice a bit easier

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.jwebmp.jpms.jackson.module/jackson-module-guice/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 0.68.0.1 (published almost 7 years ago)
  • Last Synced: 2026-04-12T03:03:05.075Z (2 months ago)
  • Versions: 11
  • Dependent Packages: 4
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 13.421%
    • Forks count: 14.578%
    • Stargazers count: 17.588%
    • Average: 19.392%
    • Dependent repos count: 31.98%
repo1.maven.org: com.jwebmp.jackson.module:jackson-module-guice

Stuff to make integration with Guice a bit easier

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.jwebmp.jackson.module/jackson-module-guice/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 0.66.0.1 (published about 7 years ago)
  • Last Synced: 2026-04-16T05:52:36.434Z (2 months ago)
  • Versions: 6
  • Dependent Packages: 4
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 13.421%
    • Forks count: 14.578%
    • Stargazers count: 17.588%
    • Average: 19.392%
    • Dependent repos count: 31.98%
repo1.maven.org: com.guicedee.services:jackson-module-jaxb-annotations

Support for using JAXB annotations as an alternative to "native" Jackson annotations, for configuring data-binding.

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.guicedee.services/jackson-module-jaxb-annotations/
  • Licenses: GPL 3
  • Latest release: 1.1.0.2-jre14 (published over 5 years ago)
  • Last Synced: 2026-04-14T04:02:32.698Z (2 months ago)
  • Versions: 7
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 14.578%
    • Stargazers count: 17.588%
    • Average: 21.627%
    • Dependent packages count: 22.361%
    • Dependent repos count: 31.98%
repo1.maven.org: com.jwebmp.jackson.module:jackson-module-afterburner

Jackson (https://github.com/FasterXML/jackson) extension module used to enhance performance using bytecode generation to replace use of Reflection for field access and method calls

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.jwebmp.jackson.module/jackson-module-afterburner/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 0.63.0.19 (published over 7 years ago)
  • Last Synced: 2026-03-27T22:24:32.382Z (3 months ago)
  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 14.578%
    • Stargazers count: 17.588%
    • Average: 24.036%
    • Dependent repos count: 31.98%
    • Dependent packages count: 31.998%
repo1.maven.org: com.jwebmp.jackson.module:jackson-module-osgi

Jackson module to inject OSGI services in deserialized beans.

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.jwebmp.jackson.module/jackson-module-osgi/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 0.63.0.19 (published over 7 years ago)
  • Last Synced: 2026-03-27T22:03:44.446Z (3 months ago)
  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 14.578%
    • Stargazers count: 17.588%
    • Average: 24.036%
    • Dependent repos count: 31.98%
    • Dependent packages count: 31.998%
repo1.maven.org: com.jwebmp.jackson.module:jackson-module-jaxb-annotations

Support for using JAXB annotations as an alternative to "native" Jackson annotations, for configuring data-binding.

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.jwebmp.jackson.module/jackson-module-jaxb-annotations/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 0.63.0.19 (published over 7 years ago)
  • Last Synced: 2026-03-27T22:02:15.956Z (3 months ago)
  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 14.578%
    • Stargazers count: 17.588%
    • Average: 24.036%
    • Dependent repos count: 31.98%
    • Dependent packages count: 31.998%
repo1.maven.org: com.jwebmp.jackson.module:jackson-module-mrbean

Functionality for implementing interfaces and abstract types dynamically ("bean materialization"), integrated with Jackson (although usable externally as well)

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.jwebmp.jackson.module/jackson-module-mrbean/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 0.63.0.19 (published over 7 years ago)
  • Last Synced: 2026-04-14T04:02:41.753Z (2 months ago)
  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 14.578%
    • Stargazers count: 17.588%
    • Average: 24.036%
    • Dependent repos count: 31.98%
    • Dependent packages count: 31.998%
repo1.maven.org: com.fasterxml.jackson.module:jackson-module-guice7

Stuff to make integration with Guice 7+ a bit easier

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-guice7/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 2.21.2 (published 3 months ago)
  • Last Synced: 2026-03-28T05:49:25.466Z (3 months ago)
  • Versions: 30
  • Dependent Packages: 3
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 17.553%
    • Forks count: 20.625%
    • Stargazers count: 23.885%
    • Average: 24.343%
    • Dependent repos count: 35.31%
repo1.maven.org: com.fasterxml.jackson.module:jackson-module-android-record

Support deserialization into records on Android

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-android-record/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 2.21.2 (published 3 months ago)
  • Last Synced: 2026-04-14T04:02:41.291Z (2 months ago)
  • Versions: 29
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 20.625%
    • Stargazers count: 23.885%
    • Average: 28.195%
    • Dependent packages count: 32.961%
    • Dependent repos count: 35.31%
repo1.maven.org: com.jwebmp.jpms.jackson.module:jackson-modules-base

Parent pom for Jackson "base" modules: modules that build directly on databind, and are not datatype, data format, or JAX-RS provider modules.

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.jwebmp.jpms.jackson.module/jackson-modules-base/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 0.68.0.1 (published almost 7 years ago)
  • Last Synced: 2026-04-14T04:02:36.498Z (2 months ago)
  • Versions: 11
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 14.578%
    • Stargazers count: 17.588%
    • Average: 28.251%
    • Dependent repos count: 31.98%
    • Dependent packages count: 48.86%
repo1.maven.org: com.jwebmp.jackson.module:jackson-modules-base

Parent pom for Jackson "base" modules: modules that build directly on databind, and are not datatype, data format, or JAX-RS provider modules.

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.jwebmp.jackson.module/jackson-modules-base/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 0.63.0.19 (published over 7 years ago)
  • Last Synced: 2026-03-27T18:16:46.026Z (3 months ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 14.578%
    • Stargazers count: 17.588%
    • Average: 28.251%
    • Dependent repos count: 31.98%
    • Dependent packages count: 48.86%
repo1.maven.org: tools.jackson.module:jackson-module-afterburner

Jackson (https://github.com/FasterXML/jackson) extension module used to enhance performance using bytecode generation to replace use of Reflection for field access and method calls

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/tools.jackson.module/jackson-module-afterburner/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 3.1.0 (published 4 months ago)
  • Last Synced: 2026-03-26T16:04:00.013Z (3 months ago)
  • Versions: 17
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 20.882%
    • Stargazers count: 24.624%
    • Average: 30.929%
    • Dependent repos count: 32.191%
    • Dependent packages count: 46.021%
repo1.maven.org: tools.jackson.module:jackson-modules-base

Parent pom for Jackson "base" modules: modules that build directly on databind, and are not datatype, data format, or JAX-RS provider modules.

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/tools.jackson.module/jackson-modules-base/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 3.1.1 (published 3 months ago)
  • Last Synced: 2026-03-28T13:47:28.462Z (3 months ago)
  • Versions: 18
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 20.911%
    • Stargazers count: 24.573%
    • Average: 31.163%
    • Dependent repos count: 32.585%
    • Dependent packages count: 46.585%
repo1.maven.org: tools.jackson.module:jackson-module-blackbird

Jackson (https://github.com/FasterXML/jackson) extension module that uses LambdaMetafactory based code generation to replace reflection calls.

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/tools.jackson.module/jackson-module-blackbird/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 3.1.2 (published 2 months ago)
  • Last Synced: 2026-04-12T03:03:58.865Z (2 months ago)
  • Versions: 19
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 20.911%
    • Stargazers count: 24.573%
    • Average: 31.163%
    • Dependent repos count: 32.585%
    • Dependent packages count: 46.585%
repo1.maven.org: tools.jackson.module:jackson-module-osgi

Jackson module to inject OSGI services in deserialized beans.

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/tools.jackson.module/jackson-module-osgi/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 3.1.2 (published 2 months ago)
  • Last Synced: 2026-04-12T03:03:14.888Z (2 months ago)
  • Versions: 19
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 20.911%
    • Stargazers count: 24.573%
    • Average: 31.163%
    • Dependent repos count: 32.585%
    • Dependent packages count: 46.585%
repo1.maven.org: tools.jackson.module:jackson-module-android-record

Support deserialization into records on Android

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/tools.jackson.module/jackson-module-android-record/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 3.1.1 (published 3 months ago)
  • Last Synced: 2026-03-27T23:49:41.195Z (3 months ago)
  • Versions: 18
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 20.911%
    • Stargazers count: 24.573%
    • Average: 31.163%
    • Dependent repos count: 32.585%
    • Dependent packages count: 46.585%
repo1.maven.org: tools.jackson.module:jackson-module-guice

Stuff to make integration with Guice a bit easier

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/tools.jackson.module/jackson-module-guice/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 3.1.0 (published 4 months ago)
  • Last Synced: 2026-03-27T21:43:05.044Z (3 months ago)
  • Versions: 17
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 20.911%
    • Stargazers count: 24.573%
    • Average: 31.163%
    • Dependent repos count: 32.585%
    • Dependent packages count: 46.585%
repo1.maven.org: com.fasterxml.jackson.module:jackson-module-spi-subtypes

Registering subtypes through SPI without annotating the parent class.

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-spi-subtypes/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 2.21.2 (published 3 months ago)
  • Last Synced: 2026-03-26T16:06:36.854Z (3 months ago)
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 30.283%
    • Average: 36.789%
    • Dependent packages count: 43.295%
repo1.maven.org: tools.jackson.module:jackson-module-guice7

Stuff to make integration with Guice 7+ a bit easier

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/tools.jackson.module/jackson-module-guice7/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 3.1.2 (published 2 months ago)
  • Last Synced: 2026-04-12T03:03:04.620Z (2 months ago)
  • Versions: 19
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 34.658%
    • Average: 42.106%
    • Dependent packages count: 49.555%
repo1.maven.org: tools.jackson.module:jackson-module-jaxb-annotations

Support for using JAXB annotations as an alternative to "native" Jackson annotations, for configuring data-binding.

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/tools.jackson.module/jackson-module-jaxb-annotations/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 3.1.2 (published 2 months ago)
  • Last Synced: 2026-04-12T03:02:33.585Z (2 months ago)
  • Versions: 19
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 34.658%
    • Average: 42.106%
    • Dependent packages count: 49.555%
repo1.maven.org: tools.jackson.module:jackson-module-jakarta-xmlbind-annotations

Support for using Jakarta XML Bind (aka JAXB 3.0) annotations as an alternative to "native" Jackson annotations, for configuring data-binding.

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/tools.jackson.module/jackson-module-jakarta-xmlbind-annotations/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 3.1.2 (published 2 months ago)
  • Last Synced: 2026-04-11T18:16:54.671Z (2 months ago)
  • Versions: 19
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 34.658%
    • Average: 42.106%
    • Dependent packages count: 49.555%
repo1.maven.org: tools.jackson.module:jackson-module-no-ctor-deser

Support deserialization of POJO classes without default constructor

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/tools.jackson.module/jackson-module-no-ctor-deser/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 3.1.2 (published 2 months ago)
  • Last Synced: 2026-04-11T18:16:54.549Z (2 months ago)
  • Versions: 19
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 34.658%
    • Average: 42.106%
    • Dependent packages count: 49.555%
repo1.maven.org: tools.jackson.module:jackson-module-mrbean

Functionality for implementing interfaces and abstract types dynamically ("bean materialization"), integrated with Jackson (although usable externally as well)

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://appdoc.app/artifact/tools.jackson.module/jackson-module-mrbean/
  • Licenses: The Apache Software License, Version 2.0
  • Latest release: 3.1.2 (published 2 months ago)
  • Last Synced: 2026-04-16T05:52:38.355Z (2 months ago)
  • Versions: 19
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 34.658%
    • Average: 42.106%
    • Dependent packages count: 49.555%
guix: java-fasterxml-jackson-modules-base-mrbean

POJO type materialization for Java

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/java.scm#n10457
  • Licenses: asl2.0
  • Latest release: 2.9.4 (published 4 months ago)
  • Last Synced: 2026-04-03T10:19:51.126Z (3 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
guix: java-fasterxml-jackson-modules-base-jaxb

Jaxb annotations jackson module

  • Homepage: https://github.com/FasterXML/jackson-modules-base
  • Documentation: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/java.scm#n10409
  • Licenses: asl2.0
  • Latest release: 2.9.4 (published 4 months ago)
  • Last Synced: 2026-04-03T10:24:14.408Z (3 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%

Dependencies

.github/workflows/main.yml actions
  • actions/checkout v3 composite
  • actions/setup-java v3 composite
  • codecov/codecov-action v1 composite
pom.xml maven
  • org.ow2.asm:asm 9.0
afterburner/pom.xml maven
  • com.fasterxml.jackson.core:jackson-annotations provided
  • com.fasterxml.jackson.core:jackson-core
  • com.fasterxml.jackson.core:jackson-databind
  • org.ow2.asm:asm
blackbird/benchmarks/pom.xml maven
  • org.openjdk.jmh:jmh-generator-annprocess 1.25 provided
  • com.fasterxml.jackson.module:jackson-module-afterburner
  • com.fasterxml.jackson.module:jackson-module-blackbird 2.12.0-SNAPSHOT
  • org.apache.commons:commons-lang3 3.2
  • org.openjdk.jmh:jmh-core 1.25
blackbird/pom.xml maven
  • com.fasterxml.jackson.core:jackson-annotations provided
  • com.fasterxml.jackson.core:jackson-core
  • com.fasterxml.jackson.core:jackson-databind
guice/pom.xml maven
  • com.fasterxml.jackson.core:jackson-annotations
  • com.fasterxml.jackson.core:jackson-core
  • com.fasterxml.jackson.core:jackson-databind
  • com.google.inject:guice [4.0,5.0)
jakarta-xmlbind/pom.xml maven
  • com.fasterxml.jackson.core:jackson-annotations
  • com.fasterxml.jackson.core:jackson-core
  • com.fasterxml.jackson.core:jackson-databind
  • jakarta.activation:jakarta.activation-api 2.1.0
  • jakarta.xml.bind:jakarta.xml.bind-api 3.0.1
  • org.glassfish.jaxb:jaxb-runtime 3.0.1 test
jaxb/pom.xml maven
  • com.fasterxml.jackson.core:jackson-annotations
  • com.fasterxml.jackson.core:jackson-core
  • com.fasterxml.jackson.core:jackson-databind
  • jakarta.activation:jakarta.activation-api 1.2.2
  • jakarta.xml.bind:jakarta.xml.bind-api 2.3.3
  • org.glassfish.jaxb:jaxb-runtime 2.3.3 test
mrbean/pom.xml maven
  • com.fasterxml.jackson.core:jackson-core
  • com.fasterxml.jackson.core:jackson-databind
  • org.ow2.asm:asm
no-ctor-deser/pom.xml maven
  • com.fasterxml.jackson.core:jackson-core
  • com.fasterxml.jackson.core:jackson-databind
osgi/pom.xml maven
  • com.fasterxml.jackson.core:jackson-databind
  • org.osgi:org.osgi.core 5.0.0
  • org.mockito:mockito-all 1.10.19 test
paranamer/pom.xml maven
  • com.fasterxml.jackson.core:jackson-databind
  • com.thoughtworks.paranamer:paranamer 2.8
  • com.fasterxml.jackson.core:jackson-annotations test
guice7/pom.xml maven
  • com.fasterxml.jackson.core:jackson-annotations
  • com.fasterxml.jackson.core:jackson-core
  • com.fasterxml.jackson.core:jackson-databind
  • com.google.inject:guice 7.0.0