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