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