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