lloydmeta / enumeratum   1.7.3

Contributors Wanted MIT License GitHub

A type-safe, reflection-free, powerful enumeration implementation for Scala with exhaustive pattern match warnings and helpful integrations.

Scala versions: 3.x 2.13 2.12 2.11 2.10
Scala.js versions: 1.x 0.6
Scala Native versions: 0.4

enumeratum-json4s 1.6.0


Group ID:
com.beachape
Artifact ID:
enumeratum-json4s_2.12
Version:
1.6.0
Release Date:
May 2, 2020
Licenses:
MIT
Files:

libraryDependencies += "com.beachape" %% "enumeratum-json4s" % "1.6.0"

Mill build tool

ivy"com.beachape::enumeratum-json4s:1.6.0"

Scala CLI

//> using dep "com.beachape::enumeratum-json4s:1.6.0"

Ammonite REPL

import $ivy.`com.beachape::enumeratum-json4s:1.6.0`

<dependency>
  <groupId>com.beachape</groupId>
  <artifactId>enumeratum-json4s_2.12</artifactId>
  <version>1.6.0</version>
</dependency>

compile group: 'com.beachape', name: 'enumeratum-json4s_2.12', version: '1.6.0'