License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcn.dev8 |
ArtifactId | ArtifactIdkotlin |
Last Version | Last Version0.2.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionkotlin-myoql-component
Parent pom providing dependency and plugin management for applications built with Maven
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-0.2.4.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.dev8/kotlin/ -->
<dependency>
<groupId>cn.dev8</groupId>
<artifactId>kotlin</artifactId>
<version>0.2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.dev8/kotlin/
implementation 'cn.dev8:kotlin:0.2.4'
// https://jarcasting.com/artifacts/cn.dev8/kotlin/
implementation ("cn.dev8:kotlin:0.2.4")
'cn.dev8:kotlin:pom:0.2.4'
<dependency org="cn.dev8" name="kotlin" rev="0.2.4">
<artifact name="kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.dev8', module='kotlin', version='0.2.4')
)
libraryDependencies += "cn.dev8" % "kotlin" % "0.2.4"
[cn.dev8/kotlin "0.2.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | 2.3.6.RELEASE |
org.reflections : reflections | jar | 0.9.12 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.6.RELEASE |
com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.12.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.10 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.10 |
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib | jar | 3.3.0 |
org.aspectj : aspectjweaver | jar | 1.9.6 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test | jar | 1.4.10 |
org.springframework.boot : spring-boot-starter-test | jar | 2.3.6.RELEASE |