| Категории |
КатегорииIDE Инструменты разработки Elide Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.yahoo.elide |
| Идентификатор | Идентификаторelide-integration-tests |
| Версия | Версия5.0.0-pr34 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| elide-integration-tests-5.0.0-pr34.pom | |
| elide-integration-tests-5.0.0-pr34.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.yahoo.elide/elide-integration-tests/ -->
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>5.0.0-pr34</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-integration-tests/
implementation 'com.yahoo.elide:elide-integration-tests:5.0.0-pr34'
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-integration-tests/
implementation ("com.yahoo.elide:elide-integration-tests:5.0.0-pr34")
'com.yahoo.elide:elide-integration-tests:jar:5.0.0-pr34'
<dependency org="com.yahoo.elide" name="elide-integration-tests" rev="5.0.0-pr34">
<artifact name="elide-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.elide', module='elide-integration-tests', version='5.0.0-pr34')
)
libraryDependencies += "com.yahoo.elide" % "elide-integration-tests" % "5.0.0-pr34"
[com.yahoo.elide/elide-integration-tests "5.0.0-pr34"]