| GroupId | GroupIdcom.github.ygimenez |
|---|---|
| ArtifactId | ArtifactIdPagination-Utils |
| Version | Version3.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| Pagination-Utils-3.0.1.pom | |
| Pagination-Utils-3.0.1.jar | 48 KB |
| Pagination-Utils-3.0.1-sources.jar | 26 KB |
| Pagination-Utils-3.0.1-javadoc.jar | 241 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ygimenez/Pagination-Utils/ -->
<dependency>
<groupId>com.github.ygimenez</groupId>
<artifactId>Pagination-Utils</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ygimenez/Pagination-Utils/
implementation 'com.github.ygimenez:Pagination-Utils:3.0.1'
// https://jarcasting.com/artifacts/com.github.ygimenez/Pagination-Utils/
implementation ("com.github.ygimenez:Pagination-Utils:3.0.1")
'com.github.ygimenez:Pagination-Utils:jar:3.0.1'
<dependency org="com.github.ygimenez" name="Pagination-Utils" rev="3.0.1">
<artifact name="Pagination-Utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ygimenez', module='Pagination-Utils', version='3.0.1')
)
libraryDependencies += "com.github.ygimenez" % "Pagination-Utils" % "3.0.1"
[com.github.ygimenez/Pagination-Utils "3.0.1"]