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