is not current version
Last Version 8.1

io.github.shaohuizhe:spring 1.6.8

spring

GroupId

GroupId

io.github.shaohuizhe
ArtifactId

ArtifactId

spring
Version

Version

1.6.8
Type

Type

jar

Download spring 1.6.8


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