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