GroupId | GroupIdio.github.shaohuizhe |
---|---|
ArtifactId | ArtifactIdspring |
Version | Version1.5.5 |
Type | Typejar |
Filename | Size |
---|---|
spring-1.5.5.pom | |
spring-1.5.5.jar | 63 KB |
spring-1.5.5-sources.jar | 27 KB |
spring-1.5.5-javadoc.jar | 184 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/spring/ -->
<dependency>
<groupId>io.github.shaohuizhe</groupId>
<artifactId>spring</artifactId>
<version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/spring/
implementation 'io.github.shaohuizhe:spring:1.5.5'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/spring/
implementation ("io.github.shaohuizhe:spring:1.5.5")
'io.github.shaohuizhe:spring:jar:1.5.5'
<dependency org="io.github.shaohuizhe" name="spring" rev="1.5.5">
<artifact name="spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='spring', version='1.5.5')
)
libraryDependencies += "io.github.shaohuizhe" % "spring" % "1.5.5"
[io.github.shaohuizhe/spring "1.5.5"]