| GroupId | GroupIdcom.github.dreamroute |
|---|---|
| ArtifactId | ArtifactIdpager |
| Version | Version1.2-RELEASE |
| Type | Typepom |
| Filename | Size |
|---|---|
| pager-1.2-RELEASE.pom | 3 KB |
| Browse |
<!-- 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"]