MVN

org.technologybrewery.habushu : habushu

Maven & Gradle

Aug 25, 2023
3 stars

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-poisonous. In Maven, habushu allows python 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.technologybrewery.habushu</groupId>
    <artifactId>habushu</artifactId>
    <version>2.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.7.0

All Versions

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

Version Vulnerabilities Updated
2.7.x
habushu-2.7.0
2.6.x
habushu-2.6.0
2.5.x
habushu-2.5.0
2.4.x
habushu-2.4.1
habushu-2.4.0
2.3.x
habushu-2.3.0
1.3.x
habushu-1.3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.technologybrewery.habushu</groupId>
    <artifactId>habushu</artifactId>
    <version>2.7.0</version>
</dependency>