diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-05-29 12:46:32 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-05-29 12:46:32 -0700 |
commit | d86d1dab91376ea944de5e9387a20575b50ccf1c (patch) | |
tree | 8d58a04667de724e3f2c2825c01448b12d7f7216 /thedarkcolour/kotlinforforge/1.2.2 | |
parent | 7f2e66f7dd2efddaf08f329d81c114143bc00cf6 (diff) | |
download | KotlinForForge-d86d1dab91376ea944de5e9387a20575b50ccf1c.tar.gz KotlinForForge-d86d1dab91376ea944de5e9387a20575b50ccf1c.tar.bz2 KotlinForForge-d86d1dab91376ea944de5e9387a20575b50ccf1c.zip |
Kotlin for Forge 1.2.2
Diffstat (limited to 'thedarkcolour/kotlinforforge/1.2.2')
10 files changed, 86 insertions, 0 deletions
diff --git a/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2-sources.jar b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2-sources.jar Binary files differnew file mode 100644 index 0000000..7a14b64 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2-sources.jar diff --git a/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2-sources.jar.md5 b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2-sources.jar.md5 new file mode 100644 index 0000000..dbac17a --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2-sources.jar.md5 @@ -0,0 +1 @@ +ab64f86729807dde9ad1939ff86ec399
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2-sources.jar.sha1 b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2-sources.jar.sha1 new file mode 100644 index 0000000..fdd56c3 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2-sources.jar.sha1 @@ -0,0 +1 @@ +d94f1b3452782b11dae5a55987329c7b98b7c60e
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.jar b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.jar Binary files differnew file mode 100644 index 0000000..7c44925 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.jar diff --git a/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.jar.md5 b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.jar.md5 new file mode 100644 index 0000000..a93ed49 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.jar.md5 @@ -0,0 +1 @@ +ed73e771628b477c7adf135b60e61ed1
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.jar.sha1 b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.jar.sha1 new file mode 100644 index 0000000..264ac94 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.jar.sha1 @@ -0,0 +1 @@ +be69cfac3198704aed96c29aaee6e793ac2c591d
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.pom b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.pom new file mode 100644 index 0000000..c3d9666 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.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.2.2</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-M1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib-jdk7</artifactId> + <version>1.4-M1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib-jdk8</artifactId> + <version>1.4-M1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-reflect</artifactId> + <version>1.4-M1</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.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlinx</groupId> + <artifactId>kotlinx-coroutines-jdk8</artifactId> + <version>1.3.4</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> diff --git a/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.pom.md5 b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.pom.md5 new file mode 100644 index 0000000..f3a541b --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.pom.md5 @@ -0,0 +1 @@ +fa356397e303f0afca9c921772208e80
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.pom.sha1 b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.pom.sha1 new file mode 100644 index 0000000..aca11ee --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.2.2/kotlinforforge-1.2.2.pom.sha1 @@ -0,0 +1 @@ +1f8b2871d88b305eb1d8017faecab741a7e12375
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.2.2/web.html b/thedarkcolour/kotlinforforge/1.2.2/web.html new file mode 100644 index 0000000..e66583c --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.2.2/web.html @@ -0,0 +1,20 @@ +<html lang="HTML5"> +<link rel="stylesheet" href="../../style.css"> +<head><title>Index of /1.2.2/</title></head> +<body> +<h1>Index of /kotlinforforge/</h1> +<hr> +<pre><a href="../web.html">../</a> +<a href="kotlinforforge-1.2.2-sources.jar">kotlinforforge-1.2.2-sources.jar</a> +<a href="kotlinforforge-1.2.2-sources.jar.sha1">kotlinforforge-1.2.2-sources.jar.sha1</a> +<a href="kotlinforforge-1.2.2-sources.jar.md5">kotlinforforge-1.2.2-sources.jar.md5</a> +<a href="kotlinforforge-1.2.2.jar">kotlinforforge-1.2.2.jar</a> +<a href="kotlinforforge-1.2.2.jar.sha1">kotlinforforge-1.2.2.jar.sha1</a> +<a href="kotlinforforge-1.2.2.jar.md5">kotlinforforge-1.2.2.jar.md5</a> +<a href="kotlinforforge-1.2.2.pom">kotlinforforge-1.2.2.pom</a> +<a href="kotlinforforge-1.2.2.pom.sha1">kotlinforforge-1.2.2.pom.sha1</a> +<a href="kotlinforforge-1.2.2.pom.md5">kotlinforforge-1.2.2.pom.md5</a> +</pre> +<hr> +</body> +</html> |