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