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