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