aboutsummaryrefslogtreecommitdiff
path: root/thedarkcolour/kotlinforforge/1.2.1
diff options
context:
space:
mode:
Diffstat (limited to 'thedarkcolour/kotlinforforge/1.2.1')
-rw-r--r--thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1-sources.jarbin0 -> 13418 bytes
-rw-r--r--thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1-sources.jar.md51
-rw-r--r--thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1-sources.jar.sha11
-rw-r--r--thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.jarbin0 -> 91881 bytes
-rw-r--r--thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.jar.md51
-rw-r--r--thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.jar.sha11
-rw-r--r--thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.pom59
-rw-r--r--thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.pom.md51
-rw-r--r--thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.pom.sha11
-rw-r--r--thedarkcolour/kotlinforforge/1.2.1/web.html15
10 files changed, 80 insertions, 0 deletions
diff --git a/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1-sources.jar b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1-sources.jar
new file mode 100644
index 0000000..1ec7f1e
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1-sources.jar
Binary files differ
diff --git a/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1-sources.jar.md5 b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1-sources.jar.md5
new file mode 100644
index 0000000..1b66d2a
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1-sources.jar.md5
@@ -0,0 +1 @@
+13bce0f678c2210c8c8ef624b85eedc9 \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1-sources.jar.sha1 b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1-sources.jar.sha1
new file mode 100644
index 0000000..17533d6
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1-sources.jar.sha1
@@ -0,0 +1 @@
+facc2a29125f44cf8fddb69a2505ec85561da2f3 \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.jar b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.jar
new file mode 100644
index 0000000..9e8adb3
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.jar
Binary files differ
diff --git a/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.jar.md5 b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.jar.md5
new file mode 100644
index 0000000..c344bb1
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.jar.md5
@@ -0,0 +1 @@
+b1475c31dca21ada89adee34e7f44d7f \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.jar.sha1 b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.jar.sha1
new file mode 100644
index 0000000..e72a0c9
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.jar.sha1
@@ -0,0 +1 @@
+a2170621ceda2e97422601a96e032a00ec6876cd \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.pom b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.pom
new file mode 100644
index 0000000..56a09b2
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.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.2.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-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.1/kotlinforforge-1.2.1.pom.md5 b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.pom.md5
new file mode 100644
index 0000000..c928eda
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.pom.md5
@@ -0,0 +1 @@
+752a6b44af0905193df67721577d5e7c \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.pom.sha1 b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.pom.sha1
new file mode 100644
index 0000000..f7b1202
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.2.1/kotlinforforge-1.2.1.pom.sha1
@@ -0,0 +1 @@
+b85c6c6a3d2f6dfa54f3f9ee696af54175f0eb7a \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.2.1/web.html b/thedarkcolour/kotlinforforge/1.2.1/web.html
new file mode 100644
index 0000000..1f82a39
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.2.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.2.1-sources.jar">kotlinforforge-1.2.1-sources.jar</a>
+<a href="kotlinforforge-1.2.1-sources.jar.sha1">kotlinforforge-1.2.1-sources.jar.sha1</a>
+<a href="kotlinforforge-1.2.1-sources.jar.md5">kotlinforforge-1.2.1-sources.jar.md5</a>
+<a href="kotlinforforge-1.2.1.jar">kotlinforforge-1.2.1.jar</a>
+<a href="kotlinforforge-1.2.1.jar.sha1">kotlinforforge-1.2.1.jar.sha1</a>
+<a href="kotlinforforge-1.2.1.jar.md5">kotlinforforge-1.2.1.jar.md5</a>
+<a href="kotlinforforge-1.2.1.pom">kotlinforforge-1.2.1.pom</a>
+<a href="kotlinforforge-1.2.1.pom.sha1">kotlinforforge-1.2.1.pom.sha1</a>
+<a href="kotlinforforge-1.2.1.pom.md5">kotlinforforge-1.2.1.pom.md5</a>
+</pre><hr></body>
+</html>