| Категории |
КатегорииScala Языки программирования |
|---|---|
| Группа | Группаcom.codecommit |
| Идентификатор | Идентификаторcats-effect-testing-scalatest_3.0.0-M2 |
| Версия | Версия0.5.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.codecommit/cats-effect-testing-scalatest_3.0.0-M2/ -->
<dependency>
<groupId>com.codecommit</groupId>
<artifactId>cats-effect-testing-scalatest_3.0.0-M2</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.codecommit/cats-effect-testing-scalatest_3.0.0-M2/
implementation 'com.codecommit:cats-effect-testing-scalatest_3.0.0-M2:0.5.0'
// https://jarcasting.com/artifacts/com.codecommit/cats-effect-testing-scalatest_3.0.0-M2/
implementation ("com.codecommit:cats-effect-testing-scalatest_3.0.0-M2:0.5.0")
'com.codecommit:cats-effect-testing-scalatest_3.0.0-M2:jar:0.5.0'
<dependency org="com.codecommit" name="cats-effect-testing-scalatest_3.0.0-M2" rev="0.5.0">
<artifact name="cats-effect-testing-scalatest_3.0.0-M2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codecommit', module='cats-effect-testing-scalatest_3.0.0-M2', version='0.5.0')
)
libraryDependencies += "com.codecommit" % "cats-effect-testing-scalatest_3.0.0-M2" % "0.5.0"
[com.codecommit/cats-effect-testing-scalatest_3.0.0-M2 "0.5.0"]