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