| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторlock |
| Последняя версия | Последняя версия0.0.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеlock
The lock tool for java.
|
| Имя Файла | Размер |
|---|---|
| lock-0.0.4.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/lock/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>lock</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/lock/
implementation 'com.github.houbb:lock:0.0.4'
// https://jarcasting.com/artifacts/com.github.houbb/lock/
implementation ("com.github.houbb:lock:0.0.4")
'com.github.houbb:lock:pom:0.0.4'
<dependency org="com.github.houbb" name="lock" rev="0.0.4">
<artifact name="lock" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='lock', version='0.0.4')
)
libraryDependencies += "com.github.houbb" % "lock" % "0.0.4"
[com.github.houbb/lock "0.0.4"]