MVN

com.tweesky.cloudtools : heroku-docker-maven-plugin

Maven & Gradle

Mar 02, 2022
0 stars

heroku-docker-maven-plugin Maven Mojo · Maven plugin to create and deploy Docker images to Heroku

<dependency>
    <groupId>com.tweesky.cloudtools</groupId>
    <artifactId>heroku-docker-maven-plugin</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tweesky.cloudtools : heroku-docker-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.tweesky.cloudtools : heroku-docker-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
heroku-docker-maven-plugin-0.0.1

How to add a dependency to Maven

Add the following com.tweesky.cloudtools : heroku-docker-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tweesky.cloudtools</groupId>
    <artifactId>heroku-docker-maven-plugin</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tweesky.cloudtools : heroku-docker-maven-plugin gradle dependency to your build.gradle file:

implementation 'com.tweesky.cloudtools:heroku-docker-maven-plugin:0.0.1'

Gradle Kotlin DSL: Add the following com.tweesky.cloudtools : heroku-docker-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tweesky.cloudtools:heroku-docker-maven-plugin:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tweesky.cloudtools : heroku-docker-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tweesky.cloudtools" % "heroku-docker-maven-plugin" % "0.0.1"

Advertisement