| Группа | Группаcom.savoirtech.aetos |
|---|---|
| Идентификатор | Идентификаторaetos-bundles |
| Версия | Версия3.0.2.3 |
| Тип | Типpom |
| Описание |
ОписаниеAetos Integration Platform :: Bundles
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Имя Файла | Размер |
|---|---|
| aetos-bundles-3.0.2.3.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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.savoirtech.aetos/aetos-bundles/
implementation 'com.savoirtech.aetos:aetos-bundles:3.0.2.3'
// https://jarcasting.com/artifacts/com.savoirtech.aetos/aetos-bundles/
implementation ("com.savoirtech.aetos:aetos-bundles:3.0.2.3")
'com.savoirtech.aetos:aetos-bundles:pom:3.0.2.3'
<dependency org="com.savoirtech.aetos" name="aetos-bundles" rev="3.0.2.3">
<artifact name="aetos-bundles" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.savoirtech.aetos', module='aetos-bundles', version='3.0.2.3')
)
libraryDependencies += "com.savoirtech.aetos" % "aetos-bundles" % "3.0.2.3"
[com.savoirtech.aetos/aetos-bundles "3.0.2.3"]