Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.stephenn |
ArtifactId | ArtifactIdscalatest-circe_2.13 |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.stephenn/scalatest-circe_2.13/ -->
<dependency>
<groupId>com.stephenn</groupId>
<artifactId>scalatest-circe_2.13</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.stephenn/scalatest-circe_2.13/
implementation 'com.stephenn:scalatest-circe_2.13:0.0.2'
// https://jarcasting.com/artifacts/com.stephenn/scalatest-circe_2.13/
implementation ("com.stephenn:scalatest-circe_2.13:0.0.2")
'com.stephenn:scalatest-circe_2.13:jar:0.0.2'
<dependency org="com.stephenn" name="scalatest-circe_2.13" rev="0.0.2">
<artifact name="scalatest-circe_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stephenn', module='scalatest-circe_2.13', version='0.0.2')
)
libraryDependencies += "com.stephenn" % "scalatest-circe_2.13" % "0.0.2"
[com.stephenn/scalatest-circe_2.13 "0.0.2"]