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