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