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