is not current version
Last Version 0.0.2.2

io.gitee.chippyer:chippy-common 0.0.2.1

基于hutool工具包封装项目中使用的相关工具操作

GroupId

GroupId

io.gitee.chippyer
ArtifactId

ArtifactId

chippy-common
Version

Version

0.0.2.1
Type

Type

jar

Download chippy-common 0.0.2.1


<!-- https://jarcasting.com/artifacts/io.gitee.chippyer/chippy-common/ -->
<dependency>
    <groupId>io.gitee.chippyer</groupId>
    <artifactId>chippy-common</artifactId>
    <version>0.0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.chippyer/chippy-common/
implementation 'io.gitee.chippyer:chippy-common:0.0.2.1'
// https://jarcasting.com/artifacts/io.gitee.chippyer/chippy-common/
implementation ("io.gitee.chippyer:chippy-common:0.0.2.1")
'io.gitee.chippyer:chippy-common:jar:0.0.2.1'
<dependency org="io.gitee.chippyer" name="chippy-common" rev="0.0.2.1">
  <artifact name="chippy-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.chippyer', module='chippy-common', version='0.0.2.1')
)
libraryDependencies += "io.gitee.chippyer" % "chippy-common" % "0.0.2.1"
[io.gitee.chippyer/chippy-common "0.0.2.1"]