GroupId | GroupIdcom.github.wywuzh |
---|---|
ArtifactId | ArtifactIdcommons-pager |
Version | Version2.5.8.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.wywuzh/commons-pager/ -->
<dependency>
<groupId>com.github.wywuzh</groupId>
<artifactId>commons-pager</artifactId>
<version>2.5.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-pager/
implementation 'com.github.wywuzh:commons-pager:2.5.8.RELEASE'
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-pager/
implementation ("com.github.wywuzh:commons-pager:2.5.8.RELEASE")
'com.github.wywuzh:commons-pager:jar:2.5.8.RELEASE'
<dependency org="com.github.wywuzh" name="commons-pager" rev="2.5.8.RELEASE">
<artifact name="commons-pager" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wywuzh', module='commons-pager', version='2.5.8.RELEASE')
)
libraryDependencies += "com.github.wywuzh" % "commons-pager" % "2.5.8.RELEASE"
[com.github.wywuzh/commons-pager "2.5.8.RELEASE"]