| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.scalecube |
| Идентификатор | Идентификаторscalecube-commons |
| Версия | Версия1.0.15 |
| Тип | Типjar |
| Описание |
Описаниеscalecube-commons
ScaleCube is a lightweight decentralized cluster membership, failure detection, messaging and
gossip protocol library for the Java VM.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| scalecube-commons-1.0.15.pom | |
| scalecube-commons-1.0.15.jar | 10 KB |
| scalecube-commons-1.0.15-sources.jar | 7 KB |
| scalecube-commons-1.0.15-javadoc.jar | 62 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.scalecube/scalecube-commons/ -->
<dependency>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-commons</artifactId>
<version>1.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/io.scalecube/scalecube-commons/
implementation 'io.scalecube:scalecube-commons:1.0.15'
// https://jarcasting.com/artifacts/io.scalecube/scalecube-commons/
implementation ("io.scalecube:scalecube-commons:1.0.15")
'io.scalecube:scalecube-commons:jar:1.0.15'
<dependency org="io.scalecube" name="scalecube-commons" rev="1.0.15">
<artifact name="scalecube-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.scalecube', module='scalecube-commons', version='1.0.15')
)
libraryDependencies += "io.scalecube" % "scalecube-commons" % "1.0.15"
[io.scalecube/scalecube-commons "1.0.15"]