is not current version
Last Version 2.0.2

com.github.hdy10:boot-common 1.0.1

基于springboot的一些简单工具

GroupId

GroupId

com.github.hdy10
ArtifactId

ArtifactId

boot-common
Version

Version

1.0.1
Type

Type

jar

Download boot-common 1.0.1


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