文件名 | 操作 |
---|---|
kotlin-test-common-2.1.0-RC.pom | 下载 |
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-common</artifactId>
<version>2.1.0-RC</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.jetbrains.kotlin', module='kotlin-test-common', version='2.1.0-RC')
)
compile