<dependency>
<groupId>io.github.scalapb-json</groupId>
<artifactId>scalapb-json-common_native0.4_2.13</artifactId>
<version>0.9.0</version>
</dependency>
libraryDependencies += "io.github.scalapb-json" % "scalapb-json-common_native0.4_2.13" % "0.9.0"
@Grapes(
@Grab(group='io.github.scalapb-json', module='scalapb-json-common_native0.4_2.13', version='0.9.0')
)
<dependency org="io.github.scalapb-json" name="scalapb-json-common_native0.4_2.13" rev="0.9.0" />
compile
|-- org.scala-lang:scala-library:2.13.12
|-- org.scala-native:scalalib_native0.4_2.13:0.4.16
|-- com.thesamet.scalapb:scalapb-runtime_native0.4_2.13:0.11.14
|-- io.github.cquiroz:scala-java-time_native0.4_2.13:2.5.0
test
|-- org.scala-native:test-interface_native0.4_2.13:0.4.16
|-- com.thesamet.scalapb:scalapb-runtime_2.13:0.11.14
|-- com.lihaoyi:utest_native0.4_2.13:0.8.1
|-- com.github.scalaprops:scalaprops_native0.4_2.13:0.9.1
|-- org.scalatest:scalatest-funspec_native0.4_2.13:3.2.17
|-- org.scalatest:scalatest-shouldmatchers_native0.4_2.13:3.2.17