| GroupId | GroupIdcom.savoirtech.hecate |
|---|---|
| ArtifactId | ArtifactIdhecate-karaf-parent |
| Version | Version3.0.0.Beta3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hecate-karaf-parent-3.0.0.Beta3.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>3.0.0.Beta3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.savoirtech.hecate/hecate-karaf-parent/
implementation 'com.savoirtech.hecate:hecate-karaf-parent:3.0.0.Beta3'
// https://jarcasting.com/artifacts/com.savoirtech.hecate/hecate-karaf-parent/
implementation ("com.savoirtech.hecate:hecate-karaf-parent:3.0.0.Beta3")
'com.savoirtech.hecate:hecate-karaf-parent:pom:3.0.0.Beta3'
<dependency org="com.savoirtech.hecate" name="hecate-karaf-parent" rev="3.0.0.Beta3">
<artifact name="hecate-karaf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.savoirtech.hecate', module='hecate-karaf-parent', version='3.0.0.Beta3')
)
libraryDependencies += "com.savoirtech.hecate" % "hecate-karaf-parent" % "3.0.0.Beta3"
[com.savoirtech.hecate/hecate-karaf-parent "3.0.0.Beta3"]