<dependency> <groupId>io.monix</groupId> <artifactId>newtypes-core_2.13</artifactId> <version>0.2.2</version> </dependency>
implementation 'io.monix:newtypes-core_2.13:0.2.2'
implementation("io.monix:newtypes-core_2.13:0.2.2")
libraryDependencies += "io.monix" % "newtypes-core_2.13" % "0.2.2"
@Grapes( @Grab(group='io.monix', module='newtypes-core_2.13', version='0.2.2') )
<dependency org="io.monix" name="newtypes-core_2.13" rev="0.2.2" />
[io.monix/newtypes-core_2.13 "0.2.2"]
'io.monix:newtypes-core_2.13:jar:0.2.2'
compile
|-- org.scala-lang:scala-library:2.13.8
test
|-- org.typelevel:cats-core_2.13:2.7.0
|-- org.scalatest:scalatest_2.13:3.2.10
|-- com.chuusai:shapeless_2.13:2.3.3