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