MVN

org.oxerr.jackson.module : jackson-module-jsr250

Maven & Gradle

Jan 05, 2022
1 stars

Security Entity Filtering Module · Filter out the entity properties from the output of Jackson serialization according to the DenyAll, RolesAllowed annotations.

<dependency>
    <groupId>org.oxerr.jackson.module</groupId>
    <artifactId>jackson-module-jsr250</artifactId>
    <version>0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.oxerr.jackson.module : jackson-module-jsr250 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of org.oxerr.jackson.module : jackson-module-jsr250 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
jackson-module-jsr250-0.0.5
jackson-module-jsr250-0.0.4
jackson-module-jsr250-0.0.3
jackson-module-jsr250-0.0.2
jackson-module-jsr250-0.0.1

How to add a dependency to Maven

Add the following org.oxerr.jackson.module : jackson-module-jsr250 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.oxerr.jackson.module</groupId>
    <artifactId>jackson-module-jsr250</artifactId>
    <version>0.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.oxerr.jackson.module : jackson-module-jsr250 gradle dependency to your build.gradle file:

implementation 'org.oxerr.jackson.module:jackson-module-jsr250:0.0.5'

Gradle Kotlin DSL: Add the following org.oxerr.jackson.module : jackson-module-jsr250 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.oxerr.jackson.module:jackson-module-jsr250:0.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.oxerr.jackson.module : jackson-module-jsr250 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.oxerr.jackson.module" % "jackson-module-jsr250" % "0.0.5"