Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.kotlin-kold |
ArtifactId | ArtifactIdkold-spring |
Version | Version0.1.2 |
Type | Typepom |
Filename | Size |
---|---|
kold-spring-0.1.2.pom | |
kold-spring-0.1.2-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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kotlin-kold/kold-spring/
implementation 'com.github.kotlin-kold:kold-spring:0.1.2'
// https://jarcasting.com/artifacts/com.github.kotlin-kold/kold-spring/
implementation ("com.github.kotlin-kold:kold-spring:0.1.2")
'com.github.kotlin-kold:kold-spring:pom:0.1.2'
<dependency org="com.github.kotlin-kold" name="kold-spring" rev="0.1.2">
<artifact name="kold-spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kotlin-kold', module='kold-spring', version='0.1.2')
)
libraryDependencies += "com.github.kotlin-kold" % "kold-spring" % "0.1.2"
[com.github.kotlin-kold/kold-spring "0.1.2"]