Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.kotlin-kold |
ArtifactId | ArtifactIdkold-spring |
Version | Version0.1.3 |
Type | Typepom |
Filename | Size |
---|---|
kold-spring-0.1.3.pom | |
kold-spring-0.1.3-javadoc.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kotlin-kold/kold-spring/ -->
<dependency>
<groupId>com.github.kotlin-kold</groupId>
<artifactId>kold-spring</artifactId>
<version>0.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kotlin-kold/kold-spring/
implementation 'com.github.kotlin-kold:kold-spring:0.1.3'
// https://jarcasting.com/artifacts/com.github.kotlin-kold/kold-spring/
implementation ("com.github.kotlin-kold:kold-spring:0.1.3")
'com.github.kotlin-kold:kold-spring:pom:0.1.3'
<dependency org="com.github.kotlin-kold" name="kold-spring" rev="0.1.3">
<artifact name="kold-spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kotlin-kold', module='kold-spring', version='0.1.3')
)
libraryDependencies += "com.github.kotlin-kold" % "kold-spring" % "0.1.3"
[com.github.kotlin-kold/kold-spring "0.1.3"]