| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.snamp.features |
| Идентификатор | Идентификаторfeatures |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSNAMP Features
Set of SNAMP features for Karaf
|
| Организация-разработчик |
Организация-разработчикBytex Solutions |
| Имя Файла | Размер |
|---|---|
| features-2.0.0.pom | 867 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.snamp.features/features/ -->
<dependency>
<groupId>io.snamp.features</groupId>
<artifactId>features</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.snamp.features/features/
implementation 'io.snamp.features:features:2.0.0'
// https://jarcasting.com/artifacts/io.snamp.features/features/
implementation ("io.snamp.features:features:2.0.0")
'io.snamp.features:features:pom:2.0.0'
<dependency org="io.snamp.features" name="features" rev="2.0.0">
<artifact name="features" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.snamp.features', module='features', version='2.0.0')
)
libraryDependencies += "io.snamp.features" % "features" % "2.0.0"
[io.snamp.features/features "2.0.0"]