is not current version
Last Version 0.1.2-RELEASE

com.github.lgsxiaosen:utils 0.1.0-RELEASE

Demo project for Spring Boot

GroupId

GroupId

com.github.lgsxiaosen
ArtifactId

ArtifactId

utils
Version

Version

0.1.0-RELEASE
Type

Type

jar

Download utils 0.1.0-RELEASE


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