GroupId | GroupIdcom.codecommit |
---|---|
ArtifactId | ArtifactIdcats-effect-testing-specs2_2.13 |
Version | Version0.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.codecommit/cats-effect-testing-specs2_2.13/ -->
<dependency>
<groupId>com.codecommit</groupId>
<artifactId>cats-effect-testing-specs2_2.13</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.codecommit/cats-effect-testing-specs2_2.13/
implementation 'com.codecommit:cats-effect-testing-specs2_2.13:0.3.0'
// https://jarcasting.com/artifacts/com.codecommit/cats-effect-testing-specs2_2.13/
implementation ("com.codecommit:cats-effect-testing-specs2_2.13:0.3.0")
'com.codecommit:cats-effect-testing-specs2_2.13:jar:0.3.0'
<dependency org="com.codecommit" name="cats-effect-testing-specs2_2.13" rev="0.3.0">
<artifact name="cats-effect-testing-specs2_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codecommit', module='cats-effect-testing-specs2_2.13', version='0.3.0')
)
libraryDependencies += "com.codecommit" % "cats-effect-testing-specs2_2.13" % "0.3.0"
[com.codecommit/cats-effect-testing-specs2_2.13 "0.3.0"]