<dependency> <groupId>io.monix</groupId> <artifactId>newtypes-circe-v0-14_3</artifactId> <version>0.2.1</version> </dependency>
implementation 'io.monix:newtypes-circe-v0-14_3:0.2.1'
implementation("io.monix:newtypes-circe-v0-14_3:0.2.1")
libraryDependencies += "io.monix" % "newtypes-circe-v0-14_3" % "0.2.1"
@Grapes( @Grab(group='io.monix', module='newtypes-circe-v0-14_3', version='0.2.1') )
<dependency org="io.monix" name="newtypes-circe-v0-14_3" rev="0.2.1" />
[io.monix/newtypes-circe-v0-14_3 "0.2.1"]
'io.monix:newtypes-circe-v0-14_3:jar:0.2.1'
compile
|-- io.monix:newtypes-core_3:0.2.1
|-- org.scala-lang:scala3-library_3:3.1.0
|-- io.circe:circe-core_3:0.14.1
test
|-- io.circe:circe-parser_3:0.14.1
|-- org.scalatest:scalatest_3:3.2.10