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