GroupId | GroupIdcom.github.lightbatis |
---|---|
ArtifactId | ArtifactIdlightbatis-pagelisthelper |
Version | Version1.1.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.lightbatis/lightbatis-pagelisthelper/ -->
<dependency>
<groupId>com.github.lightbatis</groupId>
<artifactId>lightbatis-pagelisthelper</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lightbatis/lightbatis-pagelisthelper/
implementation 'com.github.lightbatis:lightbatis-pagelisthelper:1.1.5'
// https://jarcasting.com/artifacts/com.github.lightbatis/lightbatis-pagelisthelper/
implementation ("com.github.lightbatis:lightbatis-pagelisthelper:1.1.5")
'com.github.lightbatis:lightbatis-pagelisthelper:jar:1.1.5'
<dependency org="com.github.lightbatis" name="lightbatis-pagelisthelper" rev="1.1.5">
<artifact name="lightbatis-pagelisthelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lightbatis', module='lightbatis-pagelisthelper', version='1.1.5')
)
libraryDependencies += "com.github.lightbatis" % "lightbatis-pagelisthelper" % "1.1.5"
[com.github.lightbatis/lightbatis-pagelisthelper "1.1.5"]