<dependency> <groupId>com.beachape</groupId> <artifactId>enumeratum_sjs1_2.12</artifactId> <version>1.6.1</version> </dependency>
implementation 'com.beachape:enumeratum_sjs1_2.12:1.6.1'
implementation("com.beachape:enumeratum_sjs1_2.12:1.6.1")
libraryDependencies += "com.beachape" % "enumeratum_sjs1_2.12" % "1.6.1"
@Grapes( @Grab(group='com.beachape', module='enumeratum_sjs1_2.12', version='1.6.1') )
<dependency org="com.beachape" name="enumeratum_sjs1_2.12" rev="1.6.1" />
[com.beachape/enumeratum_sjs1_2.12 "1.6.1"]
'com.beachape:enumeratum_sjs1_2.12:jar:1.6.1'
compile
|-- org.scala-lang:scala-library:2.12.11
|-- org.scala-js:scalajs-library_2.12:1.0.1
|-- com.beachape:enumeratum-macros_2.12:1.6.1
test
|-- org.scala-js:scalajs-test-bridge_2.12:1.0.1
|-- org.scalatest:scalatest_sjs1_2.12:3.1.1