| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.servicemix |
| Идентификатор | Идентификаторassemblies |
| Последняя версия | Последняя версия4.5.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеApache ServiceMix :: Features :: Assemblies
Bill-of-materials of the core components and versions used for building the features project
(This POM contains the dependencies and versions that are useful to both users and our own development)
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| assemblies-4.5.3.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/assemblies/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>assemblies</artifactId>
<version>4.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/assemblies/
implementation 'org.apache.servicemix:assemblies:4.5.3'
// https://jarcasting.com/artifacts/org.apache.servicemix/assemblies/
implementation ("org.apache.servicemix:assemblies:4.5.3")
'org.apache.servicemix:assemblies:pom:4.5.3'
<dependency org="org.apache.servicemix" name="assemblies" rev="4.5.3">
<artifact name="assemblies" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='assemblies', version='4.5.3')
)
libraryDependencies += "org.apache.servicemix" % "assemblies" % "4.5.3"
[org.apache.servicemix/assemblies "4.5.3"]