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