| Группа | Группаone.util |
|---|---|
| Идентификатор | Идентификаторhuntbugs |
| Версия | Версия0.0.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| huntbugs-0.0.4.pom | |
| huntbugs-0.0.4.jar | 374 KB |
| huntbugs-0.0.4-sources.jar | 224 KB |
| huntbugs-0.0.4-javadoc.jar | 713 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/one.util/huntbugs/ -->
<dependency>
<groupId>one.util</groupId>
<artifactId>huntbugs</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/one.util/huntbugs/
implementation 'one.util:huntbugs:0.0.4'
// https://jarcasting.com/artifacts/one.util/huntbugs/
implementation ("one.util:huntbugs:0.0.4")
'one.util:huntbugs:jar:0.0.4'
<dependency org="one.util" name="huntbugs" rev="0.0.4">
<artifact name="huntbugs" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.util', module='huntbugs', version='0.0.4')
)
libraryDependencies += "one.util" % "huntbugs" % "0.0.4"
[one.util/huntbugs "0.0.4"]