You can download kotlin-stdlib-jre8-1.1.2.jar in this page.
The Apache License, Version 2.0
kotlin-stdlib-jre8-1.1.2.jar file has the following types.
META-INF/MANIFEST.MF META-INF/kotlin-stdlib-jre8.kotlin_module META-INF/maven/org.jetbrains.kotlin/kotlin-stdlib-jre8/pom.properties META-INF/maven/org.jetbrains.kotlin/kotlin-stdlib-jre8/pom.xml kotlin.collections.CollectionsJRE8Kt.class kotlin.internal.JRE8PlatformImplementations.class kotlin.streams.StreamsKt.class kotlin.text.RegexExtensionsJRE8Kt.class
kotlin-stdlib-jre8-1.1.2.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-project</artifactId> <version>1.1.2</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>kotlin-stdlib-jre8</artifactId> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jre7</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-junit</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> </dependencies> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> <plugins> <plugin> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-maven-plugin</artifactId> <version>${project.version}</version> <configuration> <jdkHome>${env.JDK_18}</jdkHome> <jvmTarget>1.8</jvmTarget> <args> <arg>-Xallow-kotlin-package</arg> </args> </configuration> <executions> <execution> <id>compile</id> <phase>process-sources</phase> <goals> <goal>compile</goal> </goals> <configuration> <args combine.children="append"> <arg>-Xmultifile-parts-inherit</arg> <arg>-Xdump-declarations-to</arg> <arg>${basedir}/target/stdlib-jre8-declarations.json</arg> </args> </configuration> </execution> <execution> <id>test-compile</id> <phase>test-compile</phase> <goals> <goal>test-compile</goal> </goals> <configuration> <sourceDirs> <sourceDir>${basedir}/test</sourceDir> <sourceDir>${basedir}/../jre7/test</sourceDir> <sourceDir>${basedir}/../test</sourceDir> </sourceDirs> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestEntries> <Kotlin-Version>${kotlin.language.version}</Kotlin-Version> <Kotlin-Runtime-Component>Main</Kotlin-Runtime-Component> </manifestEntries> </archive> </configuration> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <forkMode>once</forkMode> <jvm>${env.JDK_18}/bin/java</jvm> </configuration> <executions> <execution> <id>binary-compatibility-test</id> <goals> <goal>test</goal> </goals> <phase>test</phase> <configuration> <testSourceDirectory>${basedir}/../test</testSourceDirectory> <testClassesDirectory>${basedir}/../target/test-classes</testClassesDirectory> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jre8</artifactId> <version>1.1.2</version> </dependency>
If you think the following kotlin-stdlib-jre8-1.1.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download kotlin-stdlib-jre8-1.1.2.jar file