File | Operation |
---|---|
kotlin-project-1.0.2.pom | download |
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-project</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.jetbrains.kotlin', module='kotlin-project', version='1.0.2')
)
test
|-- junit:junit:4.11