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