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