License |
License |
---|---|
Categories |
CategoriesScala Languages Jackson Data JSON |
GroupId | GroupIdcom.github.pjfanning |
ArtifactId | ArtifactIdjackson-module-scala3-enum_3 |
Last Version | Last Version2.13.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjackson-module-scala3-enum
A library for serializing/deserializing scala3 enums using Jackson.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.pjfanning/jackson-module-scala3-enum_3/ -->
<dependency>
<groupId>com.github.pjfanning</groupId>
<artifactId>jackson-module-scala3-enum_3</artifactId>
<version>2.13.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pjfanning/jackson-module-scala3-enum_3/
implementation 'com.github.pjfanning:jackson-module-scala3-enum_3:2.13.3'
// https://jarcasting.com/artifacts/com.github.pjfanning/jackson-module-scala3-enum_3/
implementation ("com.github.pjfanning:jackson-module-scala3-enum_3:2.13.3")
'com.github.pjfanning:jackson-module-scala3-enum_3:jar:2.13.3'
<dependency org="com.github.pjfanning" name="jackson-module-scala3-enum_3" rev="2.13.3">
<artifact name="jackson-module-scala3-enum_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pjfanning', module='jackson-module-scala3-enum_3', version='2.13.3')
)
libraryDependencies += "com.github.pjfanning" % "jackson-module-scala3-enum_3" % "2.13.3"
[com.github.pjfanning/jackson-module-scala3-enum_3 "2.13.3"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala3-library_3 | jar | 3.0.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.module : jackson-module-scala_3 | jar | 2.13.3 |
org.scalatest : scalatest_3 | jar | 3.2.11 |