| Группа | Группаio.mdsl |
|---|---|
| Идентификатор | Идентификаторmdsl-core-tests |
| Версия | Версия5.4.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mdsl-core-tests-5.4.3.pom | |
| mdsl-core-tests-5.4.3.jar | 298 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.mdsl/mdsl-core-tests/ -->
<dependency>
<groupId>io.mdsl</groupId>
<artifactId>mdsl-core-tests</artifactId>
<version>5.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.mdsl/mdsl-core-tests/
implementation 'io.mdsl:mdsl-core-tests:5.4.3'
// https://jarcasting.com/artifacts/io.mdsl/mdsl-core-tests/
implementation ("io.mdsl:mdsl-core-tests:5.4.3")
'io.mdsl:mdsl-core-tests:jar:5.4.3'
<dependency org="io.mdsl" name="mdsl-core-tests" rev="5.4.3">
<artifact name="mdsl-core-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mdsl', module='mdsl-core-tests', version='5.4.3')
)
libraryDependencies += "io.mdsl" % "mdsl-core-tests" % "5.4.3"
[io.mdsl/mdsl-core-tests "5.4.3"]