| GroupId | GroupIdone.util |
|---|---|
| ArtifactId | ArtifactIdhuntbugs |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| huntbugs-0.0.3.pom | |
| huntbugs-0.0.3.jar | 325 KB |
| huntbugs-0.0.3-sources.jar | 203 KB |
| huntbugs-0.0.3-javadoc.jar | 634 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/one.util/huntbugs/ -->
<dependency>
<groupId>one.util</groupId>
<artifactId>huntbugs</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/one.util/huntbugs/
implementation 'one.util:huntbugs:0.0.3'
// https://jarcasting.com/artifacts/one.util/huntbugs/
implementation ("one.util:huntbugs:0.0.3")
'one.util:huntbugs:jar:0.0.3'
<dependency org="one.util" name="huntbugs" rev="0.0.3">
<artifact name="huntbugs" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.util', module='huntbugs', version='0.0.3')
)
libraryDependencies += "one.util" % "huntbugs" % "0.0.3"
[one.util/huntbugs "0.0.3"]