MVN

org.bitbucket.cpointe.habushu : habushu-mixology

Maven & Gradle

Feb 15, 2022
1 usages

habushu::Mixing Drinks with Habushu · Example of how to use the habushu-maven-plugin

<dependency>
    <groupId>org.bitbucket.cpointe.habushu</groupId>
    <artifactId>habushu-mixology</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.cpointe.habushu : habushu-mixology to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of org.bitbucket.cpointe.habushu : habushu-mixology to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
habushu-mixology-1.1.0
1.0.x
habushu-mixology-1.0.0
0.1.x
habushu-mixology-0.1.9
habushu-mixology-0.1.8
habushu-mixology-0.1.7
habushu-mixology-0.1.6
habushu-mixology-0.1.5
habushu-mixology-0.1.4
habushu-mixology-0.1.3
habushu-mixology-0.1.2

How to add a dependency to Maven

Add the following org.bitbucket.cpointe.habushu : habushu-mixology maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.cpointe.habushu</groupId>
    <artifactId>habushu-mixology</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.cpointe.habushu : habushu-mixology gradle dependency to your build.gradle file:

implementation 'org.bitbucket.cpointe.habushu:habushu-mixology:1.1.0'

Gradle Kotlin DSL: Add the following org.bitbucket.cpointe.habushu : habushu-mixology gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.cpointe.habushu:habushu-mixology:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.cpointe.habushu : habushu-mixology sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.cpointe.habushu" % "habushu-mixology" % "1.1.0"