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