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