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