| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.servicemix |
| Идентификатор | Идентификаторfeatures |
| Версия | Версия4.5.3 |
| Тип | Типpom |
| Описание |
ОписаниеApache ServiceMix :: Features
This pom provides project information that is common to all ServiceMix branches.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| features-4.5.3.pom | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/features/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>features</artifactId>
<version>4.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/features/
implementation 'org.apache.servicemix:features:4.5.3'
// https://jarcasting.com/artifacts/org.apache.servicemix/features/
implementation ("org.apache.servicemix:features:4.5.3")
'org.apache.servicemix:features:pom:4.5.3'
<dependency org="org.apache.servicemix" name="features" rev="4.5.3">
<artifact name="features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='features', version='4.5.3')
)
libraryDependencies += "org.apache.servicemix" % "features" % "4.5.3"
[org.apache.servicemix/features "4.5.3"]