| Группа | Группаcom.savoirtech.aetos |
|---|---|
| Идентификатор | Идентификаторaetos-bundles |
| Версия | Версия3.0.2.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| aetos-bundles-3.0.2.2.pom | 13 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.savoirtech.aetos/aetos-bundles/ -->
<dependency>
<groupId>com.savoirtech.aetos</groupId>
<artifactId>aetos-bundles</artifactId>
<version>3.0.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.savoirtech.aetos/aetos-bundles/
implementation 'com.savoirtech.aetos:aetos-bundles:3.0.2.2'
// https://jarcasting.com/artifacts/com.savoirtech.aetos/aetos-bundles/
implementation ("com.savoirtech.aetos:aetos-bundles:3.0.2.2")
'com.savoirtech.aetos:aetos-bundles:pom:3.0.2.2'
<dependency org="com.savoirtech.aetos" name="aetos-bundles" rev="3.0.2.2">
<artifact name="aetos-bundles" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.savoirtech.aetos', module='aetos-bundles', version='3.0.2.2')
)
libraryDependencies += "com.savoirtech.aetos" % "aetos-bundles" % "3.0.2.2"
[com.savoirtech.aetos/aetos-bundles "3.0.2.2"]