is not current version
Last Version 2.0.2

com.github.hdy10:boot-common 1.0.8

基于springboot的一些简单工具

GroupId

GroupId

com.github.hdy10
ArtifactId

ArtifactId

boot-common
Version

Version

1.0.8
Type

Type

jar

Download boot-common 1.0.8


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