| GroupId | GroupIdcom.github.developframework |
|---|---|
| ArtifactId | ArtifactIdkite-spring |
| Version | Version0.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kite-spring-0.10.pom | |
| kite-spring-0.10.jar | 19 KB |
| kite-spring-0.10-sources.jar | 13 KB |
| kite-spring-0.10-javadoc.jar | 121 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.developframework/kite-spring/ -->
<dependency>
<groupId>com.github.developframework</groupId>
<artifactId>kite-spring</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/kite-spring/
implementation 'com.github.developframework:kite-spring:0.10'
// https://jarcasting.com/artifacts/com.github.developframework/kite-spring/
implementation ("com.github.developframework:kite-spring:0.10")
'com.github.developframework:kite-spring:jar:0.10'
<dependency org="com.github.developframework" name="kite-spring" rev="0.10">
<artifact name="kite-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='kite-spring', version='0.10')
)
libraryDependencies += "com.github.developframework" % "kite-spring" % "0.10"
[com.github.developframework/kite-spring "0.10"]