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