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