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