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