is not current version
Last Version 1.1

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

Collection of cool features which might be especially useful while developing spring boot application on heroku ☁️

Categories

Categories

Spring Boot Container Microservices Heroku PaaS Providers
GroupId

GroupId

io.github.createam-labs
ArtifactId

ArtifactId

spring-boot-starter-heroku
Version

Version

1.0
Type

Type

jar

Download spring-boot-starter-heroku 1.0


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