<dependency> <groupId>io.monix</groupId> <artifactId>newtypes-core_3</artifactId> <version>0.2.1</version> </dependency>
implementation 'io.monix:newtypes-core_3:0.2.1'
implementation("io.monix:newtypes-core_3:0.2.1")
libraryDependencies += "io.monix" % "newtypes-core_3" % "0.2.1"
@Grapes( @Grab(group='io.monix', module='newtypes-core_3', version='0.2.1') )
<dependency org="io.monix" name="newtypes-core_3" rev="0.2.1" />
[io.monix/newtypes-core_3 "0.2.1"]
'io.monix:newtypes-core_3:jar:0.2.1'
compile
|-- org.scala-lang:scala3-library_3:3.1.0
test
|-- org.typelevel:cats-core_3:2.7.0
|-- org.scalatest:scalatest_3:3.2.10
|-- org.typelevel:shapeless3-test_3:3.0.2