GroupId | GroupIdorg.bitbucket.cpointe.habushu |
---|---|
ArtifactId | ArtifactIdhabushu |
Version | Version0.1.1 |
Type | Typepom |
Filename | Size |
---|---|
habushu-0.1.1.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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cpointe.habushu/habushu/
implementation 'org.bitbucket.cpointe.habushu:habushu:0.1.1'
// https://jarcasting.com/artifacts/org.bitbucket.cpointe.habushu/habushu/
implementation ("org.bitbucket.cpointe.habushu:habushu:0.1.1")
'org.bitbucket.cpointe.habushu:habushu:pom:0.1.1'
<dependency org="org.bitbucket.cpointe.habushu" name="habushu" rev="0.1.1">
<artifact name="habushu" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cpointe.habushu', module='habushu', version='0.1.1')
)
libraryDependencies += "org.bitbucket.cpointe.habushu" % "habushu" % "0.1.1"
[org.bitbucket.cpointe.habushu/habushu "0.1.1"]