<dependency> <groupId>com.beachape</groupId> <artifactId>enumeratum-cats_2.13</artifactId> <version>1.7.1</version> </dependency>
implementation 'com.beachape:enumeratum-cats_2.13:1.7.1'
implementation("com.beachape:enumeratum-cats_2.13:1.7.1")
libraryDependencies += "com.beachape" % "enumeratum-cats_2.13" % "1.7.1"
@Grapes( @Grab(group='com.beachape', module='enumeratum-cats_2.13', version='1.7.1') )
<dependency org="com.beachape" name="enumeratum-cats_2.13" rev="1.7.1" />
[com.beachape/enumeratum-cats_2.13 "1.7.1"]
'com.beachape:enumeratum-cats_2.13:jar:1.7.1'
compile
|-- org.scala-lang:scala-library:2.13.10
|-- org.typelevel:cats-core_2.13:2.6.1
|-- com.beachape:enumeratum_2.13:1.7.1
test
|-- org.scalatest:scalatest_2.13:3.2.9
|-- org.scala-lang.modules:scala-xml_2.13:2.1.0