| Categories |
CategoriesHeroku Container PaaS Providers |
|---|---|
| GroupId | GroupIdcom.heroku.api |
| ArtifactId | ArtifactIdheroku-api-parent |
| Version | Version0.29 |
| Type | Typepom |
| Filename | Size |
|---|---|
| heroku-api-parent-0.29.pom | 10 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.29</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.heroku.api/heroku-api-parent/
implementation 'com.heroku.api:heroku-api-parent:0.29'
// https://jarcasting.com/artifacts/com.heroku.api/heroku-api-parent/
implementation ("com.heroku.api:heroku-api-parent:0.29")
'com.heroku.api:heroku-api-parent:pom:0.29'
<dependency org="com.heroku.api" name="heroku-api-parent" rev="0.29">
<artifact name="heroku-api-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.heroku.api', module='heroku-api-parent', version='0.29')
)
libraryDependencies += "com.heroku.api" % "heroku-api-parent" % "0.29"
[com.heroku.api/heroku-api-parent "0.29"]