This project is the old Ruby CLI for Heroku. This is the current CLI.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем JSON Данные Heroku Контейнер PaaS Providers Jersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаcom.heroku.api |
| Идентификатор | Идентификаторheroku-json-jersey-client |
| Последняя версия | Последняя версия0.45 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHeroku API Java Client
|
<!-- https://jarcasting.com/artifacts/com.heroku.api/heroku-json-jersey-client/ -->
<dependency>
<groupId>com.heroku.api</groupId>
<artifactId>heroku-json-jersey-client</artifactId>
<version>0.45</version>
</dependency>
// https://jarcasting.com/artifacts/com.heroku.api/heroku-json-jersey-client/
implementation 'com.heroku.api:heroku-json-jersey-client:0.45'
// https://jarcasting.com/artifacts/com.heroku.api/heroku-json-jersey-client/
implementation ("com.heroku.api:heroku-json-jersey-client:0.45")
'com.heroku.api:heroku-json-jersey-client:jar:0.45'
<dependency org="com.heroku.api" name="heroku-json-jersey-client" rev="0.45">
<artifact name="heroku-json-jersey-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heroku.api', module='heroku-json-jersey-client', version='0.45')
)
libraryDependencies += "com.heroku.api" % "heroku-json-jersey-client" % "0.45"
[com.heroku.api/heroku-json-jersey-client "0.45"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.heroku.api : heroku-api | jar | 0.45 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.26 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.6 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.8.21 |
This project is the old Ruby CLI for Heroku. This is the current CLI.