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