| GroupId | GroupIdcom.savoirtech.hecate |
|---|---|
| ArtifactId | ArtifactIdhecate-farsandra |
| Version | Version1.0.28 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hecate-farsandra-1.0.28.pom | |
| hecate-farsandra-1.0.28.jar | 14 KB |
| hecate-farsandra-1.0.28-sources.jar | 8 KB |
| hecate-farsandra-1.0.28-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.savoirtech.hecate/hecate-farsandra/ -->
<dependency>
<groupId>com.savoirtech.hecate</groupId>
<artifactId>hecate-farsandra</artifactId>
<version>1.0.28</version>
</dependency>
// https://jarcasting.com/artifacts/com.savoirtech.hecate/hecate-farsandra/
implementation 'com.savoirtech.hecate:hecate-farsandra:1.0.28'
// https://jarcasting.com/artifacts/com.savoirtech.hecate/hecate-farsandra/
implementation ("com.savoirtech.hecate:hecate-farsandra:1.0.28")
'com.savoirtech.hecate:hecate-farsandra:jar:1.0.28'
<dependency org="com.savoirtech.hecate" name="hecate-farsandra" rev="1.0.28">
<artifact name="hecate-farsandra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.savoirtech.hecate', module='hecate-farsandra', version='1.0.28')
)
libraryDependencies += "com.savoirtech.hecate" % "hecate-farsandra" % "1.0.28"
[com.savoirtech.hecate/hecate-farsandra "1.0.28"]