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