is not current version
Last Version 1.1.0

org.bitbucket.cpointe.habushu:habushu 0.1.0

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.

GroupId

GroupId

org.bitbucket.cpointe.habushu
ArtifactId

ArtifactId

habushu
Version

Version

0.1.0
Type

Type

pom

Download habushu 0.1.0

Filename Size
habushu-0.1.0.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/org.bitbucket.cpointe.habushu/habushu/ -->
<dependency>
    <groupId>org.bitbucket.cpointe.habushu</groupId>
    <artifactId>habushu</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cpointe.habushu/habushu/
implementation 'org.bitbucket.cpointe.habushu:habushu:0.1.0'
// https://jarcasting.com/artifacts/org.bitbucket.cpointe.habushu/habushu/
implementation ("org.bitbucket.cpointe.habushu:habushu:0.1.0")
'org.bitbucket.cpointe.habushu:habushu:pom:0.1.0'
<dependency org="org.bitbucket.cpointe.habushu" name="habushu" rev="0.1.0">
  <artifact name="habushu" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cpointe.habushu', module='habushu', version='0.1.0')
)
libraryDependencies += "org.bitbucket.cpointe.habushu" % "habushu" % "0.1.0"
[org.bitbucket.cpointe.habushu/habushu "0.1.0"]