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