is not current version
Last Version 1.1

io.github.createam-labs:spring-boot-starter-heroku 0.1.2

A application used as an example on how to set up pushing its components to the Central Repository.

Categories

Categories

Spring Boot Container Microservices Heroku PaaS Providers
GroupId

GroupId

io.github.createam-labs
ArtifactId

ArtifactId

spring-boot-starter-heroku
Version

Version

0.1.2
Type

Type

jar

Download spring-boot-starter-heroku 0.1.2


<!-- https://jarcasting.com/artifacts/io.github.createam-labs/spring-boot-starter-heroku/ -->
<dependency>
    <groupId>io.github.createam-labs</groupId>
    <artifactId>spring-boot-starter-heroku</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.createam-labs/spring-boot-starter-heroku/
implementation 'io.github.createam-labs:spring-boot-starter-heroku:0.1.2'
// https://jarcasting.com/artifacts/io.github.createam-labs/spring-boot-starter-heroku/
implementation ("io.github.createam-labs:spring-boot-starter-heroku:0.1.2")
'io.github.createam-labs:spring-boot-starter-heroku:jar:0.1.2'
<dependency org="io.github.createam-labs" name="spring-boot-starter-heroku" rev="0.1.2">
  <artifact name="spring-boot-starter-heroku" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.createam-labs', module='spring-boot-starter-heroku', version='0.1.2')
)
libraryDependencies += "io.github.createam-labs" % "spring-boot-starter-heroku" % "0.1.2"
[io.github.createam-labs/spring-boot-starter-heroku "0.1.2"]