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