| GroupId | GroupIdcom.github.link-kou |
|---|---|
| ArtifactId | ArtifactIdspring |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spring-1.0.1.pom | |
| spring-1.0.1.jar | 33 KB |
| spring-1.0.1-sources.jar | 24 KB |
| spring-1.0.1-javadoc.jar | 176 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.link-kou/spring/ -->
<dependency>
<groupId>com.github.link-kou</groupId>
<artifactId>spring</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.link-kou/spring/
implementation 'com.github.link-kou:spring:1.0.1'
// https://jarcasting.com/artifacts/com.github.link-kou/spring/
implementation ("com.github.link-kou:spring:1.0.1")
'com.github.link-kou:spring:jar:1.0.1'
<dependency org="com.github.link-kou" name="spring" rev="1.0.1">
<artifact name="spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.link-kou', module='spring', version='1.0.1')
)
libraryDependencies += "com.github.link-kou" % "spring" % "1.0.1"
[com.github.link-kou/spring "1.0.1"]