aboutsummaryrefslogtreecommitdiff
path: root/thedarkcolour/kotlinforforge
diff options
context:
space:
mode:
Diffstat (limited to 'thedarkcolour/kotlinforforge')
-rw-r--r--thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0-sources.jarbin0 -> 42092 bytes
-rw-r--r--thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0-sources.jar.md51
-rw-r--r--thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0-sources.jar.sha11
-rw-r--r--thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.jarbin0 -> 117196 bytes
-rw-r--r--thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.jar.md51
-rw-r--r--thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.jar.sha11
-rw-r--r--thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.pom59
-rw-r--r--thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.pom.md51
-rw-r--r--thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.pom.sha11
-rw-r--r--thedarkcolour/kotlinforforge/1.9.0/web.html20
10 files changed, 85 insertions, 0 deletions
diff --git a/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0-sources.jar b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0-sources.jar
new file mode 100644
index 0000000..1e66a94
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0-sources.jar
Binary files differ
diff --git a/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0-sources.jar.md5 b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0-sources.jar.md5
new file mode 100644
index 0000000..1ab9b5c
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0-sources.jar.md5
@@ -0,0 +1 @@
+cdc00eaeba206e62472498e1f87f06ee \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0-sources.jar.sha1 b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0-sources.jar.sha1
new file mode 100644
index 0000000..72199a1
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0-sources.jar.sha1
@@ -0,0 +1 @@
+e28d06197df9f29f8c07589c088efca3a42a7e09 \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.jar b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.jar
new file mode 100644
index 0000000..9ec81cb
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.jar
Binary files differ
diff --git a/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.jar.md5 b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.jar.md5
new file mode 100644
index 0000000..ad03cd8
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.jar.md5
@@ -0,0 +1 @@
+98fd5e13cb06d7692e8ef9cb62223f89 \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.jar.sha1 b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.jar.sha1
new file mode 100644
index 0000000..3c5f9c5
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.jar.sha1
@@ -0,0 +1 @@
+2df554d4f74d9b256b1568de7b333c916530b7b0 \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.pom b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.pom
new file mode 100644
index 0000000..d0ffff6
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.pom
@@ -0,0 +1,59 @@
+<?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.8.0</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.4.30</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jdk7</artifactId>
+ <version>1.4.30</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jdk8</artifactId>
+ <version>1.4.30</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-reflect</artifactId>
+ <version>1.4.30</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+ <version>20.1.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlinx</groupId>
+ <artifactId>kotlinx-coroutines-core</artifactId>
+ <version>1.4.2</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlinx</groupId>
+ <artifactId>kotlinx-coroutines-jdk8</artifactId>
+ <version>1.4.2</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlinx</groupId>
+ <artifactId>kotlinx-serialization-json</artifactId>
+ <version>1.0.1</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.pom.md5 b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.pom.md5
new file mode 100644
index 0000000..7240dd1
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.pom.md5
@@ -0,0 +1 @@
+c742041dce4a56c18a69ee1ee0c4475b \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.pom.sha1 b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.pom.sha1
new file mode 100644
index 0000000..13bd663
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.pom.sha1
@@ -0,0 +1 @@
+0bf61980baca726bf6688b5977359ca1d1d489ec \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.9.0/web.html b/thedarkcolour/kotlinforforge/1.9.0/web.html
new file mode 100644
index 0000000..a54b95c
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.9.0/web.html
@@ -0,0 +1,20 @@
+<html lang="HTML5">
+<link rel="stylesheet" href="../../style.css">
+<head><title>Index of /1.9.0/</title></head>
+<body>
+<h1>Index of /kotlinforforge/</h1>
+<hr>
+<pre><a href="../web.html">../</a>
+<a href="kotlinforforge-1.9.0-sources.jar">kotlinforforge-1.9.0-sources.jar</a>
+<a href="kotlinforforge-1.9.0-sources.jar.sha1">kotlinforforge-1.9.0-sources.jar.sha1</a>
+<a href="kotlinforforge-1.9.0-sources.jar.md5">kotlinforforge-1.9.0-sources.jar.md5</a>
+<a href="kotlinforforge-1.9.0.jar">kotlinforforge-1.9.0.jar</a>
+<a href="kotlinforforge-1.9.0.jar.sha1">kotlinforforge-1.9.0.jar.sha1</a>
+<a href="kotlinforforge-1.9.0.jar.md5">kotlinforforge-1.9.0.jar.md5</a>
+<a href="kotlinforforge-1.9.0.pom">kotlinforforge-1.9.0.pom</a>
+<a href="kotlinforforge-1.9.0.pom.sha1">kotlinforforge-1.9.0.pom.sha1</a>
+<a href="kotlinforforge-1.9.0.pom.md5">kotlinforforge-1.9.0.pom.md5</a>
+</pre>
+<hr>
+</body>
+</html>