| Группа | Группаorg.codehaus.hydra-cache |
|---|---|
| Идентификатор | Идентификаторparent-pom |
| Последняя версия | Последняя версия1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеHydra Project Parent
Hydra Project Parent POM
|
| Имя Файла | Размер |
|---|---|
| parent-pom-1.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.codehaus.hydra-cache/parent-pom/ -->
<dependency>
<groupId>org.codehaus.hydra-cache</groupId>
<artifactId>parent-pom</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.hydra-cache/parent-pom/
implementation 'org.codehaus.hydra-cache:parent-pom:1'
// https://jarcasting.com/artifacts/org.codehaus.hydra-cache/parent-pom/
implementation ("org.codehaus.hydra-cache:parent-pom:1")
'org.codehaus.hydra-cache:parent-pom:pom:1'
<dependency org="org.codehaus.hydra-cache" name="parent-pom" rev="1">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.hydra-cache', module='parent-pom', version='1')
)
libraryDependencies += "org.codehaus.hydra-cache" % "parent-pom" % "1"
[org.codehaus.hydra-cache/parent-pom "1"]