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-api-parent |
Last Version | Last Version0.45 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionheroku.jar
Heroku API Java Client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
heroku-api-parent-0.45.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.heroku.api/heroku-api-parent/ -->
<dependency>
<groupId>com.heroku.api</groupId>
<artifactId>heroku-api-parent</artifactId>
<version>0.45</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.heroku.api/heroku-api-parent/
implementation 'com.heroku.api:heroku-api-parent:0.45'
// https://jarcasting.com/artifacts/com.heroku.api/heroku-api-parent/
implementation ("com.heroku.api:heroku-api-parent:0.45")
'com.heroku.api:heroku-api-parent:pom:0.45'
<dependency org="com.heroku.api" name="heroku-api-parent" rev="0.45">
<artifact name="heroku-api-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.heroku.api', module='heroku-api-parent', version='0.45')
)
libraryDependencies += "com.heroku.api" % "heroku-api-parent" % "0.45"
[com.heroku.api/heroku-api-parent "0.45"]
This project is the old Ruby CLI for Heroku. This is the current CLI.