| GroupId | GroupIdcom.savoirtech.hecate |
|---|---|
| ArtifactId | ArtifactIdhecate-karaf-itest |
| Version | Version2.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hecate-karaf-itest-2.0.4.pom | |
| hecate-karaf-itest-2.0.4.jar | 2 KB |
| hecate-karaf-itest-2.0.4-javadoc.jar | 336 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.savoirtech.hecate/hecate-karaf-itest/ -->
<dependency>
<groupId>com.savoirtech.hecate</groupId>
<artifactId>hecate-karaf-itest</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.savoirtech.hecate/hecate-karaf-itest/
implementation 'com.savoirtech.hecate:hecate-karaf-itest:2.0.4'
// https://jarcasting.com/artifacts/com.savoirtech.hecate/hecate-karaf-itest/
implementation ("com.savoirtech.hecate:hecate-karaf-itest:2.0.4")
'com.savoirtech.hecate:hecate-karaf-itest:jar:2.0.4'
<dependency org="com.savoirtech.hecate" name="hecate-karaf-itest" rev="2.0.4">
<artifact name="hecate-karaf-itest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.savoirtech.hecate', module='hecate-karaf-itest', version='2.0.4')
)
libraryDependencies += "com.savoirtech.hecate" % "hecate-karaf-itest" % "2.0.4"
[com.savoirtech.hecate/hecate-karaf-itest "2.0.4"]