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