MVN

com.github.pjfanning : jackson-scala3-reflection-extensions_3

Maven & Gradle

May 23, 2023
4 stars

jackson-scala3-reflection-extensions · Jackson scala3 support that uses scala3-reflection to get type info

<dependency>
    <groupId>com.github.pjfanning</groupId>
    <artifactId>jackson-scala3-reflection-extensions_3</artifactId>
    <version>2.15.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.pjfanning : jackson-scala3-reflection-extensions_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.15.1

All Versions

Choose a version of com.github.pjfanning : jackson-scala3-reflection-extensions_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.15.x
jackson-scala3-reflection-extensions_3-2.15.1
jackson-scala3-reflection-extensions_3-2.15.0
2.14.x
jackson-scala3-reflection-extensions_3-2.14.0
2.13.x
jackson-scala3-reflection-extensions_3-2.13.4
jackson-scala3-reflection-extensions_3-2.13.3
jackson-scala3-reflection-extensions_3-2.13.2
jackson-scala3-reflection-extensions_3-2.13.1

How to add a dependency to Maven

Add the following com.github.pjfanning : jackson-scala3-reflection-extensions_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.pjfanning</groupId>
    <artifactId>jackson-scala3-reflection-extensions_3</artifactId>
    <version>2.15.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.pjfanning : jackson-scala3-reflection-extensions_3 gradle dependency to your build.gradle file:

implementation 'com.github.pjfanning:jackson-scala3-reflection-extensions_3:2.15.1'

Gradle Kotlin DSL: Add the following com.github.pjfanning : jackson-scala3-reflection-extensions_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.pjfanning:jackson-scala3-reflection-extensions_3:2.15.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.pjfanning : jackson-scala3-reflection-extensions_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.pjfanning" % "jackson-scala3-reflection-extensions_3" % "2.15.1"

Advertisement