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