| GroupId | GroupIdone.util |
|---|---|
| ArtifactId | ArtifactIdhuntbugs-all |
| Version | Version0.0.8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| huntbugs-all-0.0.8.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/one.util/huntbugs-all/ -->
<dependency>
<groupId>one.util</groupId>
<artifactId>huntbugs-all</artifactId>
<version>0.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/one.util/huntbugs-all/
implementation 'one.util:huntbugs-all:0.0.8'
// https://jarcasting.com/artifacts/one.util/huntbugs-all/
implementation ("one.util:huntbugs-all:0.0.8")
'one.util:huntbugs-all:pom:0.0.8'
<dependency org="one.util" name="huntbugs-all" rev="0.0.8">
<artifact name="huntbugs-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='one.util', module='huntbugs-all', version='0.0.8')
)
libraryDependencies += "one.util" % "huntbugs-all" % "0.0.8"
[one.util/huntbugs-all "0.0.8"]