| GroupId | GroupIdcom.savoirtech.aetos |
|---|---|
| ArtifactId | ArtifactIdfeatures |
| Version | Version3.0.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| features-3.0.4.0.pom | |
| features-3.0.4.0.jar | 2 KB |
| features-3.0.4.0-sources.jar | 1008 bytes |
| features-3.0.4.0-features.xml | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.savoirtech.aetos/features/ -->
<dependency>
<groupId>com.savoirtech.aetos</groupId>
<artifactId>features</artifactId>
<version>3.0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.savoirtech.aetos/features/
implementation 'com.savoirtech.aetos:features:3.0.4.0'
// https://jarcasting.com/artifacts/com.savoirtech.aetos/features/
implementation ("com.savoirtech.aetos:features:3.0.4.0")
'com.savoirtech.aetos:features:jar:3.0.4.0'
<dependency org="com.savoirtech.aetos" name="features" rev="3.0.4.0">
<artifact name="features" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.savoirtech.aetos', module='features', version='3.0.4.0')
)
libraryDependencies += "com.savoirtech.aetos" % "features" % "3.0.4.0"
[com.savoirtech.aetos/features "3.0.4.0"]