| GroupId | GroupIdcom.savoirtech.hecate |
|---|---|
| ArtifactId | ArtifactIdhecate-farsandra |
| Version | Version1.0.27 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hecate-farsandra-1.0.27.pom | |
| hecate-farsandra-1.0.27.jar | 14 KB |
| hecate-farsandra-1.0.27-sources.jar | 8 KB |
| hecate-farsandra-1.0.27-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.27</version>
</dependency>
// https://jarcasting.com/artifacts/com.savoirtech.hecate/hecate-farsandra/
implementation 'com.savoirtech.hecate:hecate-farsandra:1.0.27'
// https://jarcasting.com/artifacts/com.savoirtech.hecate/hecate-farsandra/
implementation ("com.savoirtech.hecate:hecate-farsandra:1.0.27")
'com.savoirtech.hecate:hecate-farsandra:jar:1.0.27'
<dependency org="com.savoirtech.hecate" name="hecate-farsandra" rev="1.0.27">
<artifact name="hecate-farsandra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.savoirtech.hecate', module='hecate-farsandra', version='1.0.27')
)
libraryDependencies += "com.savoirtech.hecate" % "hecate-farsandra" % "1.0.27"
[com.savoirtech.hecate/hecate-farsandra "1.0.27"]