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