| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.openbites |
| Идентификатор | Идентификаторdistributed-lock |
| Последняя версия | Последняя версия2.0.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеdistributed-lock
A lock implementation for the purpose of protecting the critical section of a group of distributed processes.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| distributed-lock-2.0.1.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openbites/distributed-lock/ -->
<dependency>
<groupId>org.openbites</groupId>
<artifactId>distributed-lock</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openbites/distributed-lock/
implementation 'org.openbites:distributed-lock:2.0.1'
// https://jarcasting.com/artifacts/org.openbites/distributed-lock/
implementation ("org.openbites:distributed-lock:2.0.1")
'org.openbites:distributed-lock:pom:2.0.1'
<dependency org="org.openbites" name="distributed-lock" rev="2.0.1">
<artifact name="distributed-lock" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openbites', module='distributed-lock', version='2.0.1')
)
libraryDependencies += "org.openbites" % "distributed-lock" % "2.0.1"
[org.openbites/distributed-lock "2.0.1"]