GroupId | GroupIdcom.github.dreamroute |
---|---|
ArtifactId | ArtifactIdpager |
Version | Version1.1-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
pager-1.1-RELEASE.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/pager/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>pager</artifactId>
<version>1.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/pager/
implementation 'com.github.dreamroute:pager:1.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/pager/
implementation ("com.github.dreamroute:pager:1.1-RELEASE")
'com.github.dreamroute:pager:pom:1.1-RELEASE'
<dependency org="com.github.dreamroute" name="pager" rev="1.1-RELEASE">
<artifact name="pager" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='pager', version='1.1-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "pager" % "1.1-RELEASE"
[com.github.dreamroute/pager "1.1-RELEASE"]