| Группа | Группаcom.github.houbb |
|---|---|
| Идентификатор | Идентификаторlock-core |
| Версия | Версия0.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| lock-core-0.0.1.pom | |
| lock-core-0.0.1.jar | 8 KB |
| lock-core-0.0.1-sources.jar | 7 KB |
| lock-core-0.0.1-javadoc.jar | 101 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/lock-core/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>lock-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/lock-core/
implementation 'com.github.houbb:lock-core:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/lock-core/
implementation ("com.github.houbb:lock-core:0.0.1")
'com.github.houbb:lock-core:jar:0.0.1'
<dependency org="com.github.houbb" name="lock-core" rev="0.0.1">
<artifact name="lock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='lock-core', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "lock-core" % "0.0.1"
[com.github.houbb/lock-core "0.0.1"]