aboutsummaryrefslogtreecommitdiff
path: root/thedarkcolour/kotlinforforge/1.4.1
diff options
context:
space:
mode:
Diffstat (limited to 'thedarkcolour/kotlinforforge/1.4.1')
-rw-r--r--thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1-sources.jarbin0 -> 34530 bytes
-rw-r--r--thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1-sources.jar.md51
-rw-r--r--thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1-sources.jar.sha11
-rw-r--r--thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.jarbin0 -> 97452 bytes
-rw-r--r--thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.jar.md51
-rw-r--r--thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.jar.sha11
-rw-r--r--thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.pom60
-rw-r--r--thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.pom.md51
-rw-r--r--thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.pom.sha11
-rw-r--r--thedarkcolour/kotlinforforge/1.4.1/web.html20
10 files changed, 86 insertions, 0 deletions
diff --git a/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1-sources.jar b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1-sources.jar
new file mode 100644
index 0000000..c1785b5
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1-sources.jar
Binary files differ
diff --git a/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1-sources.jar.md5 b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1-sources.jar.md5
new file mode 100644
index 0000000..8b31a18
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1-sources.jar.md5
@@ -0,0 +1 @@
+073d2a8ffb10fdc9d0f0cb1d170821be \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1-sources.jar.sha1 b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1-sources.jar.sha1
new file mode 100644
index 0000000..24fb2e1
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1-sources.jar.sha1
@@ -0,0 +1 @@
+e2ffd7e63fa65da4177fa95890774b890fac2533 \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.jar b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.jar
new file mode 100644
index 0000000..1dc4ad6
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.jar
Binary files differ
diff --git a/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.jar.md5 b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.jar.md5
new file mode 100644
index 0000000..feaaae2
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.jar.md5
@@ -0,0 +1 @@
+feb6bc90c3c8be2cab58eeb5a12d20a7 \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.jar.sha1 b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.jar.sha1
new file mode 100644
index 0000000..86c84b9
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.jar.sha1
@@ -0,0 +1 @@
+fdeed7df46a2afc10a5a24ce6d28c12f5240123c \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.pom b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.pom
new file mode 100644
index 0000000..9aee9f8
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.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.4.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.0-rc</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jdk7</artifactId>
+ <version>1.4.0-rc</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jdk8</artifactId>
+ <version>1.4.0-rc</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-reflect</artifactId>
+ <version>1.4.0-rc</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.4.1/kotlinforforge-1.4.1.pom.md5 b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.pom.md5
new file mode 100644
index 0000000..89a88a9
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.pom.md5
@@ -0,0 +1 @@
+01891273a472255f87c0993002d9ce77 \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.pom.sha1 b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.pom.sha1
new file mode 100644
index 0000000..edcd02e
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.4.1/kotlinforforge-1.4.1.pom.sha1
@@ -0,0 +1 @@
+9eb0116d6347659b5c49df0630ae294a30a130c7 \ No newline at end of file
diff --git a/thedarkcolour/kotlinforforge/1.4.1/web.html b/thedarkcolour/kotlinforforge/1.4.1/web.html
new file mode 100644
index 0000000..a5bab15
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.4.1/web.html
@@ -0,0 +1,20 @@
+<html lang="HTML5">
+<link rel="stylesheet" href="../../style.css">
+<head><title>Index of /1.4.1/</title></head>
+<body>
+<h1>Index of /kotlinforforge/</h1>
+<hr>
+<pre><a href="../web.html">../</a>
+<a href="kotlinforforge-1.4.1-sources.jar">kotlinforforge-1.4.1-sources.jar</a>
+<a href="kotlinforforge-1.4.1-sources.jar.sha1">kotlinforforge-1.4.1-sources.jar.sha1</a>
+<a href="kotlinforforge-1.4.1-sources.jar.md5">kotlinforforge-1.4.1-sources.jar.md5</a>
+<a href="kotlinforforge-1.4.1.jar">kotlinforforge-1.4.1.jar</a>
+<a href="kotlinforforge-1.4.1.jar.sha1">kotlinforforge-1.4.1.jar.sha1</a>
+<a href="kotlinforforge-1.4.1.jar.md5">kotlinforforge-1.4.1.jar.md5</a>
+<a href="kotlinforforge-1.4.1.pom">kotlinforforge-1.4.1.pom</a>
+<a href="kotlinforforge-1.4.1.pom.sha1">kotlinforforge-1.4.1.pom.sha1</a>
+<a href="kotlinforforge-1.4.1.pom.md5">kotlinforforge-1.4.1.pom.md5</a>
+</pre>
+<hr>
+</body>
+</html>