GroupId | GroupIdcom.github.timoteoponce |
---|---|
ArtifactId | ArtifactIdpaginator |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
paginator-0.0.5.pom | |
paginator-0.0.5.jar | 9 KB |
paginator-0.0.5-sources.jar | 5 KB |
paginator-0.0.5-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.timoteoponce/paginator/ -->
<dependency>
<groupId>com.github.timoteoponce</groupId>
<artifactId>paginator</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.timoteoponce/paginator/
implementation 'com.github.timoteoponce:paginator:0.0.5'
// https://jarcasting.com/artifacts/com.github.timoteoponce/paginator/
implementation ("com.github.timoteoponce:paginator:0.0.5")
'com.github.timoteoponce:paginator:jar:0.0.5'
<dependency org="com.github.timoteoponce" name="paginator" rev="0.0.5">
<artifact name="paginator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.timoteoponce', module='paginator', version='0.0.5')
)
libraryDependencies += "com.github.timoteoponce" % "paginator" % "0.0.5"
[com.github.timoteoponce/paginator "0.0.5"]