| GroupId | GroupIdcom.savoirtech.hecate |
|---|---|
| ArtifactId | ArtifactIdhecate-karaf-parent |
| Version | Version2.0.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hecate-karaf-parent-2.0.5.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.savoirtech.hecate/hecate-karaf-parent/ -->
<dependency>
<groupId>com.savoirtech.hecate</groupId>
<artifactId>hecate-karaf-parent</artifactId>
<version>2.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.savoirtech.hecate/hecate-karaf-parent/
implementation 'com.savoirtech.hecate:hecate-karaf-parent:2.0.5'
// https://jarcasting.com/artifacts/com.savoirtech.hecate/hecate-karaf-parent/
implementation ("com.savoirtech.hecate:hecate-karaf-parent:2.0.5")
'com.savoirtech.hecate:hecate-karaf-parent:pom:2.0.5'
<dependency org="com.savoirtech.hecate" name="hecate-karaf-parent" rev="2.0.5">
<artifact name="hecate-karaf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.savoirtech.hecate', module='hecate-karaf-parent', version='2.0.5')
)
libraryDependencies += "com.savoirtech.hecate" % "hecate-karaf-parent" % "2.0.5"
[com.savoirtech.hecate/hecate-karaf-parent "2.0.5"]