diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-01-01 12:19:48 -0800 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-01-01 12:19:48 -0800 |
commit | e881f3b56b904c16a488579380d5dceae828c1b2 (patch) | |
tree | cd662e20f4082c69ed69d81e1e60f83a086b18f7 /thedarkcolour/kotlinforforge/1.0.1 | |
parent | 77979e454e8acd6dd2ab6f4fe9ee186ec644c320 (diff) | |
download | KotlinForForge-e881f3b56b904c16a488579380d5dceae828c1b2.tar.gz KotlinForForge-e881f3b56b904c16a488579380d5dceae828c1b2.tar.bz2 KotlinForForge-e881f3b56b904c16a488579380d5dceae828c1b2.zip |
Update 1.0.1
Diffstat (limited to 'thedarkcolour/kotlinforforge/1.0.1')
10 files changed, 73 insertions, 0 deletions
diff --git a/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1-sources.jar b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1-sources.jar Binary files differnew file mode 100644 index 0000000..6188572 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1-sources.jar diff --git a/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1-sources.jar.md5 b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1-sources.jar.md5 new file mode 100644 index 0000000..28f6ac0 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1-sources.jar.md5 @@ -0,0 +1 @@ +457db016e200b03b48f96c347e018581
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1-sources.jar.sha1 b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1-sources.jar.sha1 new file mode 100644 index 0000000..bc1fe35 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1-sources.jar.sha1 @@ -0,0 +1 @@ +8e79f75ebecc8162e5374708b10f9d5b1d51645a
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.jar b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.jar Binary files differnew file mode 100644 index 0000000..4f01292 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.jar diff --git a/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.jar.md5 b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.jar.md5 new file mode 100644 index 0000000..e72aad8 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.jar.md5 @@ -0,0 +1 @@ +bb1cfad2ac5440389a0977fa7a7c3804
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.jar.sha1 b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.jar.sha1 new file mode 100644 index 0000000..3fa42e7 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.jar.sha1 @@ -0,0 +1 @@ +cfd3bc52e02ad356d63e7e178758822e01990df9
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.pom b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.pom new file mode 100644 index 0000000..a49f9ad --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.pom @@ -0,0 +1,52 @@ +<?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.0.1</version> + <dependencies> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib</artifactId> + <version>1.3.61</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib-jdk7</artifactId> + <version>1.3.61</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib-jdk8</artifactId> + <version>1.3.61</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-reflect</artifactId> + <version>1.3.61</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains</groupId> + <artifactId>annotations</artifactId> + <version>18.0.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlinx</groupId> + <artifactId>kotlinx-coroutines-core</artifactId> + <version>1.3.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlinx</groupId> + <artifactId>kotlinx-coroutines-jdk8</artifactId> + <version>1.3.2</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> diff --git a/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.pom.md5 b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.pom.md5 new file mode 100644 index 0000000..aa21e77 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.pom.md5 @@ -0,0 +1 @@ +c71ba3d18e4841a466443210c024f8cd
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.pom.sha1 b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.pom.sha1 new file mode 100644 index 0000000..632f7c5 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.0.1/kotlinforforge-1.0.1.pom.sha1 @@ -0,0 +1 @@ +0edf44c0badeda159d3889cafe2fa63796151244
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.0.1/web.html b/thedarkcolour/kotlinforforge/1.0.1/web.html new file mode 100644 index 0000000..9e72ca2 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.0.1/web.html @@ -0,0 +1,15 @@ +<html> +<head><title>Index of /kotlinforforge/</title></head> +<body> +<h1>Index of /kotlinforforge/</h1><hr><pre><a href="../web.html">../</a> +<a href="kotlinforforge-1.0.1-sources.jar">kotlinforforge-1.0.1-sources.jar</a> +<a href="kotlinforforge-1.0.1-sources.jar.sha1">kotlinforforge-1.0.1-sources.jar.sha1</a> +<a href="kotlinforforge-1.0.1-sources.jar.md5">kotlinforforge-1.0.1-sources.jar.md5</a> +<a href="kotlinforforge-1.0.1.jar">kotlinforforge-1.0.1.jar</a> +<a href="kotlinforforge-1.0.1.jar.sha1">kotlinforforge-1.0.1.jar.sha1</a> +<a href="kotlinforforge-1.0.1.jar.md5">kotlinforforge-1.0.1.jar.md5</a> +<a href="kotlinforforge-1.0.1.pom">kotlinforforge-1.0.1.pom</a> +<a href="kotlinforforge-1.0.1.pom.sha1">kotlinforforge-1.0.1.pom.sha1</a> +<a href="kotlinforforge-1.0.1.pom.md5">kotlinforforge-1.0.1.pom.md5</a> +</pre><hr></body> +</html> |