diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-09-10 10:26:16 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-09-10 10:26:16 -0700 |
commit | 37bbbf0307a2fec29d5d1763cbc5f1b910def7e7 (patch) | |
tree | 830410ab4e56864a55a6f70d1d2f083a244204b0 /thedarkcolour | |
parent | f08c792c00cce1e01282d932ea8ad842a12bf29c (diff) | |
download | KotlinForForge-37bbbf0307a2fec29d5d1763cbc5f1b910def7e7.tar.gz KotlinForForge-37bbbf0307a2fec29d5d1763cbc5f1b910def7e7.tar.bz2 KotlinForForge-37bbbf0307a2fec29d5d1763cbc5f1b910def7e7.zip |
Update to Kotlin for Forge 1.5.0
Diffstat (limited to 'thedarkcolour')
10 files changed, 86 insertions, 0 deletions
diff --git a/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0-sources.jar b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0-sources.jar Binary files differnew file mode 100644 index 0000000..28cb1ee --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0-sources.jar diff --git a/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0-sources.jar.md5 b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0-sources.jar.md5 new file mode 100644 index 0000000..190215f --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0-sources.jar.md5 @@ -0,0 +1 @@ +5bf0b1eeb675dd7494e5ad8dff8e6b56
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0-sources.jar.sha1 b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0-sources.jar.sha1 new file mode 100644 index 0000000..d301557 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0-sources.jar.sha1 @@ -0,0 +1 @@ +53714f7b6483f0b43a12c6ce7e8fba1354c6980b
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.jar b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.jar Binary files differnew file mode 100644 index 0000000..7804e75 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.jar diff --git a/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.jar.md5 b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.jar.md5 new file mode 100644 index 0000000..d14de7b --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.jar.md5 @@ -0,0 +1 @@ +da1ad3aaa9ca6df32ea6a981e364c105
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.jar.sha1 b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.jar.sha1 new file mode 100644 index 0000000..de70c81 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.jar.sha1 @@ -0,0 +1 @@ +b9edf78bf0a179b372edba43266d6091cd550860
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.pom b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.pom new file mode 100644 index 0000000..969cb81 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.pom @@ -0,0 +1,60 @@ +<?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>thedarkcolour</groupId> + <artifactId>kotlinforforge</artifactId> + <version>1.5.0</version> + <repositories> + <repository> + <id>kt-eap</id> + <name>Kotlin Early Access</name> + <url>https://dl.bintray.com/kotlin/kotlin-eap</url> + </repository> + </repositories> + <dependencies> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib</artifactId> + <version>1.4.0-rc</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib-jdk7</artifactId> + <version>1.4.0-rc</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib-jdk8</artifactId> + <version>1.4.0-rc</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-reflect</artifactId> + <version>1.4.0-rc</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains</groupId> + <artifactId>annotations</artifactId> + <version>19.0.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlinx</groupId> + <artifactId>kotlinx-coroutines-core</artifactId> + <version>1.3.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlinx</groupId> + <artifactId>kotlinx-coroutines-jdk8</artifactId> + <version>1.3.7</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> diff --git a/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.pom.md5 b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.pom.md5 new file mode 100644 index 0000000..866f11c --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.pom.md5 @@ -0,0 +1 @@ +6a8b0329bbbc732a9f2f1a29f12c1bb5
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.pom.sha1 b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.pom.sha1 new file mode 100644 index 0000000..729a2d6 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.5.0/kotlinforforge-1.5.0.pom.sha1 @@ -0,0 +1 @@ +54f47661af6a355358ff5fa9e6e542b0c2e02b5e
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.5.0/web.html b/thedarkcolour/kotlinforforge/1.5.0/web.html new file mode 100644 index 0000000..7a29bac --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.5.0/web.html @@ -0,0 +1,20 @@ +<html lang="HTML5"> +<link rel="stylesheet" href="../../style.css"> +<head><title>Index of /1.5.0/</title></head> +<body> +<h1>Index of /kotlinforforge/</h1> +<hr> +<pre><a href="../web.html">../</a> +<a href="kotlinforforge-1.5.0-sources.jar">kotlinforforge-1.5.0-sources.jar</a> +<a href="kotlinforforge-1.5.0-sources.jar.sha1">kotlinforforge-1.5.0-sources.jar.sha1</a> +<a href="kotlinforforge-1.5.0-sources.jar.md5">kotlinforforge-1.5.0-sources.jar.md5</a> +<a href="kotlinforforge-1.5.0.jar">kotlinforforge-1.5.0.jar</a> +<a href="kotlinforforge-1.5.0.jar.sha1">kotlinforforge-1.5.0.jar.sha1</a> +<a href="kotlinforforge-1.5.0.jar.md5">kotlinforforge-1.5.0.jar.md5</a> +<a href="kotlinforforge-1.5.0.pom">kotlinforforge-1.5.0.pom</a> +<a href="kotlinforforge-1.5.0.pom.sha1">kotlinforforge-1.5.0.pom.sha1</a> +<a href="kotlinforforge-1.5.0.pom.md5">kotlinforforge-1.5.0.pom.md5</a> +</pre> +<hr> +</body> +</html> |