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