Last Version

Heroku Deploy 3.0.4

Library for deploying Java applications to Heroku

License

License

MIT
Categories

Categories

Heroku Container PaaS Providers
GroupId

GroupId

com.heroku.sdk
ArtifactId

ArtifactId

heroku-deploy
Version

Version

3.0.4
Type

Type

jar
Description

Description

Heroku Deploy
Library for deploying Java applications to Heroku

Download heroku-deploy 3.0.4


<!-- https://jarcasting.com/artifacts/com.heroku.sdk/heroku-deploy/ -->
<dependency>
    <groupId>com.heroku.sdk</groupId>
    <artifactId>heroku-deploy</artifactId>
    <version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.heroku.sdk/heroku-deploy/
implementation 'com.heroku.sdk:heroku-deploy:3.0.4'
// https://jarcasting.com/artifacts/com.heroku.sdk/heroku-deploy/
implementation ("com.heroku.sdk:heroku-deploy:3.0.4")
'com.heroku.sdk:heroku-deploy:jar:3.0.4'
<dependency org="com.heroku.sdk" name="heroku-deploy" rev="3.0.4">
  <artifact name="heroku-deploy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heroku.sdk', module='heroku-deploy', version='3.0.4')
)
libraryDependencies += "com.heroku.sdk" % "heroku-deploy" % "3.0.4"
[com.heroku.sdk/heroku-deploy "3.0.4"]

Dependencies

compile (10)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.10.2
com.fasterxml.jackson.core : jackson-databind jar 2.10.2
org.apache.commons : commons-compress jar 1.19
commons-io : commons-io jar 2.6
org.apache.commons : commons-text jar 1.8
org.eclipse.jgit : org.eclipse.jgit jar 5.6.0.201912101111-r
org.apache.httpcomponents : httpclient jar 4.5.11
com.heroku.api : heroku-api jar 0.43
com.heroku.api : heroku-json-jackson jar 0.43
com.heroku.api : heroku-http-apache jar 0.43

test (1)

Group / Artifact Type Version
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.