Kotlin 1.x Standard Library for JDK 8

Dependencies

Dependent plugins

Declaring a dependency

As a plugin developer you can use this plugin as dependency of your plugin by adding a dependency tag to your POM.

To add the latest version of this plugin as a maven dependency, use the following:

<dependency>
    <groupId>org.jenkins-ci.plugins.kotlin</groupId>
    <artifactId>kotlin-v1-stdlib-jdk8</artifactId>
    <version>1.3.20-1.4</version>
</dependency>