| Категории |
КатегорииJava 8 Языки программирования |
|---|---|
| Группа | Группаio.restx |
| Идентификатор | Идентификаторrestx-specs-tests-java8 |
| Версия | Версия0.33.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.restx/restx-specs-tests-java8/ -->
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-specs-tests-java8</artifactId>
<version>0.33.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-specs-tests-java8/
implementation 'io.restx:restx-specs-tests-java8:0.33.1'
// https://jarcasting.com/artifacts/io.restx/restx-specs-tests-java8/
implementation ("io.restx:restx-specs-tests-java8:0.33.1")
'io.restx:restx-specs-tests-java8:jar:0.33.1'
<dependency org="io.restx" name="restx-specs-tests-java8" rev="0.33.1">
<artifact name="restx-specs-tests-java8" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-specs-tests-java8', version='0.33.1')
)
libraryDependencies += "io.restx" % "restx-specs-tests-java8" % "0.33.1"
[io.restx/restx-specs-tests-java8 "0.33.1"]