diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-10-01 14:57:13 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-10-01 14:57:13 -0700 |
commit | 9a06bdb13ce55588b9f8dc28df132d7530742cac (patch) | |
tree | be7c4a6cd5a19fe3891568c3e3be689bd1898a99 /thedarkcolour/kotlinforforge | |
parent | 6fdda20f1977c17ab45599b249094fe13821db09 (diff) | |
download | KotlinForForge-9a06bdb13ce55588b9f8dc28df132d7530742cac.tar.gz KotlinForForge-9a06bdb13ce55588b9f8dc28df132d7530742cac.tar.bz2 KotlinForForge-9a06bdb13ce55588b9f8dc28df132d7530742cac.zip |
Kotlin for Forge 1.6.1
Close #7
Diffstat (limited to 'thedarkcolour/kotlinforforge')
14 files changed, 91 insertions, 3 deletions
diff --git a/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1-sources.jar b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1-sources.jar Binary files differnew file mode 100644 index 0000000..f15993c --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1-sources.jar diff --git a/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1-sources.jar.md5 b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1-sources.jar.md5 new file mode 100644 index 0000000..9595059 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1-sources.jar.md5 @@ -0,0 +1 @@ +fa7cf6b32617de9b7e660c323feb98d3
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1-sources.jar.sha1 b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1-sources.jar.sha1 new file mode 100644 index 0000000..6239ca4 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1-sources.jar.sha1 @@ -0,0 +1 @@ +225cc349a1b95b198dd7edbd0f0952f007d70c66
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1.jar b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1.jar Binary files differnew file mode 100644 index 0000000..3eb6d07 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1.jar diff --git a/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1.jar.md5 b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1.jar.md5 new file mode 100644 index 0000000..65638fe --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1.jar.md5 @@ -0,0 +1 @@ +e887c092171e4eb340506386ecc65525
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1.jar.sha1 b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1.jar.sha1 new file mode 100644 index 0000000..f8c00b6 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1.jar.sha1 @@ -0,0 +1 @@ +1bef38a91c9e6e6f8e5ca63ac5f3a3432b2aad25
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1.pom b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1.pom new file mode 100644 index 0000000..cd53b54 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1.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.6.1</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.10</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib-jdk7</artifactId> + <version>1.4.10</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib-jdk8</artifactId> + <version>1.4.10</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-reflect</artifactId> + <version>1.4.10</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.6.1/kotlinforforge-1.6.1.pom.md5 b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1.pom.md5 new file mode 100644 index 0000000..ac1d414 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1.pom.md5 @@ -0,0 +1 @@ +95e28999fb98842551c72a2c5490e28b
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1.pom.sha1 b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1.pom.sha1 new file mode 100644 index 0000000..c204082 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.1/kotlinforforge-1.6.1.pom.sha1 @@ -0,0 +1 @@ +3ad01bda023402919c2d22c51e25c48d5f38cc39
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.6.1/web.html b/thedarkcolour/kotlinforforge/1.6.1/web.html new file mode 100644 index 0000000..9c0dc60 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.1/web.html @@ -0,0 +1,20 @@ +<html lang="HTML5"> +<link rel="stylesheet" href="../../style.css"> +<head><title>Index of /1.6.1/</title></head> +<body> +<h1>Index of /kotlinforforge/</h1> +<hr> +<pre><a href="../web.html">../</a> +<a href="kotlinforforge-1.6.1-sources.jar">kotlinforforge-1.6.1-sources.jar</a> +<a href="kotlinforforge-1.6.1-sources.jar.sha1">kotlinforforge-1.6.1-sources.jar.sha1</a> +<a href="kotlinforforge-1.6.1-sources.jar.md5">kotlinforforge-1.6.1-sources.jar.md5</a> +<a href="kotlinforforge-1.6.1.jar">kotlinforforge-1.6.1.jar</a> +<a href="kotlinforforge-1.6.1.jar.sha1">kotlinforforge-1.6.1.jar.sha1</a> +<a href="kotlinforforge-1.6.1.jar.md5">kotlinforforge-1.6.1.jar.md5</a> +<a href="kotlinforforge-1.6.1.pom">kotlinforforge-1.6.1.pom</a> +<a href="kotlinforforge-1.6.1.pom.sha1">kotlinforforge-1.6.1.pom.sha1</a> +<a href="kotlinforforge-1.6.1.pom.md5">kotlinforforge-1.6.1.pom.md5</a> +</pre> +<hr> +</body> +</html> diff --git a/thedarkcolour/kotlinforforge/maven-metadata.xml b/thedarkcolour/kotlinforforge/maven-metadata.xml index 55c3750..f63a2a6 100644 --- a/thedarkcolour/kotlinforforge/maven-metadata.xml +++ b/thedarkcolour/kotlinforforge/maven-metadata.xml @@ -3,7 +3,7 @@ <groupId>thedarkcolour</groupId> <artifactId>kotlinforforge</artifactId> <versioning> - <release>1.6.0</release> + <release>1.6.1</release> <versions> <version>1.0.0</version> <version>1.0.1</version> @@ -17,6 +17,7 @@ <version>1.4.1</version> <version>1.5.0</version> <version>1.6.0</version> + <version>1.6.1</version> </versions> </versioning> </metadata> diff --git a/thedarkcolour/kotlinforforge/maven-metadata.xml.md5 b/thedarkcolour/kotlinforforge/maven-metadata.xml.md5 index 3131ca0..b1bfa38 100644 --- a/thedarkcolour/kotlinforforge/maven-metadata.xml.md5 +++ b/thedarkcolour/kotlinforforge/maven-metadata.xml.md5 @@ -1 +1 @@ -a2d69dca57d7e21404b87543d1d77efd
\ No newline at end of file +5dd75e78f41e4517a86d3efbf089de45
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/maven-metadata.xml.sha1 b/thedarkcolour/kotlinforforge/maven-metadata.xml.sha1 index cfa1306..d003f71 100644 --- a/thedarkcolour/kotlinforforge/maven-metadata.xml.sha1 +++ b/thedarkcolour/kotlinforforge/maven-metadata.xml.sha1 @@ -1 +1 @@ -f647c1e02d53ef1e9b7e00b663c327f0985bcec8
\ No newline at end of file +472c20190bb6d7e6e36f7c5b53960bf8129392b0
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/web.html b/thedarkcolour/kotlinforforge/web.html index 3a5ec8f..68989de 100644 --- a/thedarkcolour/kotlinforforge/web.html +++ b/thedarkcolour/kotlinforforge/web.html @@ -20,6 +20,7 @@ <a href="1.4.1/web.html">1.4.1</a> <a href="1.5.0/web.html">1.5.0</a> <a href="1.6.0/web.html">1.6.0</a> +<a href="1.6.1/web.html">1.6.1</a> <a href="maven-metadata.xml">maven-metadata.xml</a> <a href="maven-metadata.xml.md5">maven-metadata.xml.md5</a> <a href="maven-metadata.xml.sha1">maven-metadata.xml.sha1</a> |