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