This project is the old Ruby CLI for Heroku. This is the current CLI.
License |
License |
---|---|
Categories |
CategoriesCLI User Interface Heroku Container PaaS Providers Jersey Program Interface REST Frameworks |
GroupId | GroupIdcom.heroku.api |
ArtifactId | ArtifactIdheroku-http-jersey-client |
Last Version | Last Version0.45 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHeroku API Java Client
|
<!-- https://jarcasting.com/artifacts/com.heroku.api/heroku-http-jersey-client/ -->
<dependency>
<groupId>com.heroku.api</groupId>
<artifactId>heroku-http-jersey-client</artifactId>
<version>0.45</version>
</dependency>
// https://jarcasting.com/artifacts/com.heroku.api/heroku-http-jersey-client/
implementation 'com.heroku.api:heroku-http-jersey-client:0.45'
// https://jarcasting.com/artifacts/com.heroku.api/heroku-http-jersey-client/
implementation ("com.heroku.api:heroku-http-jersey-client:0.45")
'com.heroku.api:heroku-http-jersey-client:jar:0.45'
<dependency org="com.heroku.api" name="heroku-http-jersey-client" rev="0.45">
<artifact name="heroku-http-jersey-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heroku.api', module='heroku-http-jersey-client', version='0.45')
)
libraryDependencies += "com.heroku.api" % "heroku-http-jersey-client" % "0.45"
[com.heroku.api/heroku-http-jersey-client "0.45"]
Group / Artifact | Type | Version |
---|---|---|
com.heroku.api : heroku-api | jar | 0.45 |
org.glassfish.jersey.core : jersey-client | jar | 2.26 |
org.glassfish.jersey.connectors : jersey-apache-connector | jar | 2.26 |
This project is the old Ruby CLI for Heroku. This is the current CLI.