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