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