is not current version
Last Version 0.8.5

io.gitee.snddbgydw:sn-core 0.7.6

sn-core是一个工具包,适用itsm业务处理 0.7.4:解决不分页时的总数问题 0.7.5:营业时间增加implements java.io.Serializable,Cloneable 0.7.6:加密工具优化

GroupId

GroupId

io.gitee.snddbgydw
ArtifactId

ArtifactId

sn-core
Version

Version

0.7.6
Type

Type

jar

Download sn-core 0.7.6


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