File | Operation |
---|---|
kotlin-test-common-2.1.0-Beta1.pom | download |
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-common</artifactId>
<version>2.1.0-Beta1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.jetbrains.kotlin', module='kotlin-test-common', version='2.1.0-Beta1')
)
compile