GroupId | GroupIdme.wuwenbin |
---|---|
ArtifactId | ArtifactIdtemplate-modules-pagination |
Version | Version1.10.6.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/me.wuwenbin/template-modules-pagination/ -->
<dependency>
<groupId>me.wuwenbin</groupId>
<artifactId>template-modules-pagination</artifactId>
<version>1.10.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.wuwenbin/template-modules-pagination/
implementation 'me.wuwenbin:template-modules-pagination:1.10.6.RELEASE'
// https://jarcasting.com/artifacts/me.wuwenbin/template-modules-pagination/
implementation ("me.wuwenbin:template-modules-pagination:1.10.6.RELEASE")
'me.wuwenbin:template-modules-pagination:jar:1.10.6.RELEASE'
<dependency org="me.wuwenbin" name="template-modules-pagination" rev="1.10.6.RELEASE">
<artifact name="template-modules-pagination" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.wuwenbin', module='template-modules-pagination', version='1.10.6.RELEASE')
)
libraryDependencies += "me.wuwenbin" % "template-modules-pagination" % "1.10.6.RELEASE"
[me.wuwenbin/template-modules-pagination "1.10.6.RELEASE"]