is not current version
Last Version 8.1

io.github.shaohuizhe:spring 2.1.1

spring

GroupId

GroupId

io.github.shaohuizhe
ArtifactId

ArtifactId

spring
Version

Version

2.1.1
Type

Type

jar

Download spring 2.1.1


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