<dependency> <groupId>io.udash</groupId> <artifactId>udash-macros_2.13</artifactId> <version>0.11.0</version> </dependency>
implementation 'io.udash:udash-macros_2.13:0.11.0'
implementation("io.udash:udash-macros_2.13:0.11.0")
libraryDependencies += "io.udash" % "udash-macros_2.13" % "0.11.0"
@Grapes( @Grab(group='io.udash', module='udash-macros_2.13', version='0.11.0') )
<dependency org="io.udash" name="udash-macros_2.13" rev="0.11.0" />
[io.udash/udash-macros_2.13 "0.11.0"]
'io.udash:udash-macros_2.13:jar:0.11.0'
compile
|-- org.scala-lang:scala-library:2.13.12
|-- org.scala-lang:scala-reflect:2.13.12
|-- com.avsystem.commons:commons-macros_2.13:2.13.3
test
|-- org.scalatest:scalatest_2.13:3.2.17