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