This project is the old Ruby CLI for Heroku. This is the current CLI.
License |
License |
---|---|
Categories |
CategoriesHeroku Container PaaS Providers |
GroupId | GroupIdcom.heroku.api |
ArtifactId | ArtifactIdheroku-http-apache |
Last Version | Last Version0.45 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHeroku API Java Client
|
Filename | Size |
---|---|
heroku-http-apache-0.45.pom | |
heroku-http-apache-0.45.jar | 8 KB |
heroku-http-apache-0.45-sources.jar | 2 KB |
heroku-http-apache-0.45-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.heroku.api/heroku-http-apache/ -->
<dependency>
<groupId>com.heroku.api</groupId>
<artifactId>heroku-http-apache</artifactId>
<version>0.45</version>
</dependency>
// https://jarcasting.com/artifacts/com.heroku.api/heroku-http-apache/
implementation 'com.heroku.api:heroku-http-apache:0.45'
// https://jarcasting.com/artifacts/com.heroku.api/heroku-http-apache/
implementation ("com.heroku.api:heroku-http-apache:0.45")
'com.heroku.api:heroku-http-apache:jar:0.45'
<dependency org="com.heroku.api" name="heroku-http-apache" rev="0.45">
<artifact name="heroku-http-apache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heroku.api', module='heroku-http-apache', version='0.45')
)
libraryDependencies += "com.heroku.api" % "heroku-http-apache" % "0.45"
[com.heroku.api/heroku-http-apache "0.45"]
Group / Artifact | Type | Version |
---|---|---|
com.heroku.api : heroku-api | jar | 0.45 |
org.apache.httpcomponents : httpclient | jar | 4.5.7 |
org.apache.httpcomponents : httpcore | jar | 4.4.11 |
commons-codec : commons-codec | jar | 1.13 |
This project is the old Ruby CLI for Heroku. This is the current CLI.