is not current version
Last Version 8.1

io.github.shaohuizhe:spring 2.2.3

spring

GroupId

GroupId

io.github.shaohuizhe
ArtifactId

ArtifactId

spring
Version

Version

2.2.3
Type

Type

jar

Download spring 2.2.3


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