is not current version
Last Version 1.2.7

cn.allbs:allbs-utils-core 0.4.0-RELEASED

封装常用工具、驱动等

GroupId

GroupId

cn.allbs
ArtifactId

ArtifactId

allbs-utils-core
Version

Version

0.4.0-RELEASED
Type

Type

jar

Download allbs-utils-core 0.4.0-RELEASED


<!-- https://jarcasting.com/artifacts/cn.allbs/allbs-utils-core/ -->
<dependency>
    <groupId>cn.allbs</groupId>
    <artifactId>allbs-utils-core</artifactId>
    <version>0.4.0-RELEASED</version>
</dependency>
// https://jarcasting.com/artifacts/cn.allbs/allbs-utils-core/
implementation 'cn.allbs:allbs-utils-core:0.4.0-RELEASED'
// https://jarcasting.com/artifacts/cn.allbs/allbs-utils-core/
implementation ("cn.allbs:allbs-utils-core:0.4.0-RELEASED")
'cn.allbs:allbs-utils-core:jar:0.4.0-RELEASED'
<dependency org="cn.allbs" name="allbs-utils-core" rev="0.4.0-RELEASED">
  <artifact name="allbs-utils-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.allbs', module='allbs-utils-core', version='0.4.0-RELEASED')
)
libraryDependencies += "cn.allbs" % "allbs-utils-core" % "0.4.0-RELEASED"
[cn.allbs/allbs-utils-core "0.4.0-RELEASED"]