Download kotlin-stdlib-jre8-1.1.51.jar file

Introduction

You can download kotlin-stdlib-jre8-1.1.51.jar in this page.

License

The Apache License, Version 2.0

Type List

kotlin-stdlib-jre8-1.1.51.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/kotlin-stdlib-jre8.kotlin_module
kotlin.collections.CollectionsJRE8Kt.class
kotlin.internal.JRE8PlatformImplementations.class
kotlin.streams.StreamsKt.class
kotlin.text.RegexExtensionsJRE8Kt.class

Pom

kotlin-stdlib-jre8-1.1.51.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>
  <groupId>org.jetbrains.kotlin</groupId>
  <artifactId>kotlin-stdlib-jre8</artifactId>
  <version>1.1.51</version>
  <name>org.jetbrains.kotlin:kotlin-stdlib-jre8</name>
  <description>Kotlin Standard Library JRE 8 extension</description>
  <url>https://kotlinlang.org/</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Kotlin Team</name>
      <organization>JetBrains</organization>
      <organizationUrl>https://www.jetbrains.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
    <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
    <url>https://github.com/JetBrains/kotlin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.1.51</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jre7</artifactId>
      <version>1.1.51</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-test-junit</artifactId>
      <version>1.1.51</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.jetbrains.kotlin</groupId>
   <artifactId>kotlin-stdlib-jre8</artifactId>
   <version>1.1.51</version>
</dependency>

Download

If you think the following kotlin-stdlib-jre8-1.1.51.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.51.jar file




PreviousNext

Related