MVN

org.bitbucket.cpointe.habushu : habushu

Maven & Gradle

Nov 10, 2022

habushu::Root · In Okinawa, habushu (pronounced HA-BU-SHU) is a sake that is made with venomous snake. The alcohol in the snake assists in dissolving the snake's venom and making it non-poinsonous. In Maven, habushu allows pyhton projects to be build as part a Maven build. This brings some order and consistency to what can otherwise be haphazardly structured projects.

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

Latest Version

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

  • Latest Stable: 2.2.0

All Versions

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

Version Vulnerabilities Updated
2.2.x
habushu-2.2.0
2.1.x
habushu-2.1.0
2.0.x
habushu-2.0.1
habushu-2.0.0
1.1.x
habushu-1.1.0
1.0.x
habushu-1.0.0
0.1.x
habushu-0.1.9
habushu-0.1.8
habushu-0.1.7
habushu-0.1.6
habushu-0.1.5
habushu-0.1.4
habushu-0.1.3
habushu-0.1.2
habushu-0.1.1
habushu-0.1.0
0.0.x
habushu-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.bitbucket.cpointe.habushu</groupId>
    <artifactId>habushu</artifactId>
    <version>2.2.0</version>
</dependency>

Advertisement