Categories |
CategoriesJackson Data JSON |
---|---|
GroupId | GroupIdcom.github.pjfanning |
ArtifactId | ArtifactIdjackson-module-enumeratum_2.12 |
Version | Version2.12.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.pjfanning/jackson-module-enumeratum_2.12/ -->
<dependency>
<groupId>com.github.pjfanning</groupId>
<artifactId>jackson-module-enumeratum_2.12</artifactId>
<version>2.12.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pjfanning/jackson-module-enumeratum_2.12/
implementation 'com.github.pjfanning:jackson-module-enumeratum_2.12:2.12.4'
// https://jarcasting.com/artifacts/com.github.pjfanning/jackson-module-enumeratum_2.12/
implementation ("com.github.pjfanning:jackson-module-enumeratum_2.12:2.12.4")
'com.github.pjfanning:jackson-module-enumeratum_2.12:jar:2.12.4'
<dependency org="com.github.pjfanning" name="jackson-module-enumeratum_2.12" rev="2.12.4">
<artifact name="jackson-module-enumeratum_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pjfanning', module='jackson-module-enumeratum_2.12', version='2.12.4')
)
libraryDependencies += "com.github.pjfanning" % "jackson-module-enumeratum_2.12" % "2.12.4"
[com.github.pjfanning/jackson-module-enumeratum_2.12 "2.12.4"]