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