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