diff options
Diffstat (limited to 'thedarkcolour/kotlinforforge')
-rw-r--r-- | thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0-sources.jar | bin | 0 -> 35464 bytes | |||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0-sources.jar.md5 | 1 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0-sources.jar.sha1 | 1 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.jar | bin | 0 -> 101438 bytes | |||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.jar.md5 | 1 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.jar.sha1 | 1 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.pom | 60 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.pom.md5 | 1 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.pom.sha1 | 1 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.6.0/web.html | 20 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/web.html | 2 |
11 files changed, 88 insertions, 0 deletions
diff --git a/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0-sources.jar b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0-sources.jar Binary files differnew file mode 100644 index 0000000..dcf2d95 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0-sources.jar diff --git a/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0-sources.jar.md5 b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0-sources.jar.md5 new file mode 100644 index 0000000..797e069 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0-sources.jar.md5 @@ -0,0 +1 @@ +b1142af56f456c106408978ef1eb7a8f
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0-sources.jar.sha1 b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0-sources.jar.sha1 new file mode 100644 index 0000000..94a3822 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0-sources.jar.sha1 @@ -0,0 +1 @@ +e5489c782e96930d31311145bfbd4e039c1adc47
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.jar b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.jar Binary files differnew file mode 100644 index 0000000..9640c0d --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.jar diff --git a/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.jar.md5 b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.jar.md5 new file mode 100644 index 0000000..78086b4 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.jar.md5 @@ -0,0 +1 @@ +7c1dc80e2c8e6aa4eedeba177e7ada1f
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.jar.sha1 b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.jar.sha1 new file mode 100644 index 0000000..108c6b5 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.jar.sha1 @@ -0,0 +1 @@ +0576ee8ece609f508ce54959a1f93510fc4eef93
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.pom b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.pom new file mode 100644 index 0000000..828cb0f --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.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.0</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.0/kotlinforforge-1.6.0.pom.md5 b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.pom.md5 new file mode 100644 index 0000000..cf20807 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.pom.md5 @@ -0,0 +1 @@ +6616a46d9a78fb0cec8cf66dc1b63588
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.pom.sha1 b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.pom.sha1 new file mode 100644 index 0000000..cecc5b0 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.0/kotlinforforge-1.6.0.pom.sha1 @@ -0,0 +1 @@ +258bfacceba7b2ecd1ed6d4c6f644a1bdc30c556
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.6.0/web.html b/thedarkcolour/kotlinforforge/1.6.0/web.html new file mode 100644 index 0000000..d8e1a08 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.6.0/web.html @@ -0,0 +1,20 @@ +<html lang="HTML5"> +<link rel="stylesheet" href="../../style.css"> +<head><title>Index of /1.6.0/</title></head> +<body> +<h1>Index of /kotlinforforge/</h1> +<hr> +<pre><a href="../web.html">../</a> +<a href="kotlinforforge-1.6.0-sources.jar">kotlinforforge-1.6.0-sources.jar</a> +<a href="kotlinforforge-1.6.0-sources.jar.sha1">kotlinforforge-1.6.0-sources.jar.sha1</a> +<a href="kotlinforforge-1.6.0-sources.jar.md5">kotlinforforge-1.6.0-sources.jar.md5</a> +<a href="kotlinforforge-1.6.0.jar">kotlinforforge-1.6.0.jar</a> +<a href="kotlinforforge-1.6.0.jar.sha1">kotlinforforge-1.6.0.jar.sha1</a> +<a href="kotlinforforge-1.6.0.jar.md5">kotlinforforge-1.6.0.jar.md5</a> +<a href="kotlinforforge-1.6.0.pom">kotlinforforge-1.6.0.pom</a> +<a href="kotlinforforge-1.6.0.pom.sha1">kotlinforforge-1.6.0.pom.sha1</a> +<a href="kotlinforforge-1.6.0.pom.md5">kotlinforforge-1.6.0.pom.md5</a> +</pre> +<hr> +</body> +</html> diff --git a/thedarkcolour/kotlinforforge/web.html b/thedarkcolour/kotlinforforge/web.html index fc75942..3a5ec8f 100644 --- a/thedarkcolour/kotlinforforge/web.html +++ b/thedarkcolour/kotlinforforge/web.html @@ -18,6 +18,8 @@ <a href="1.3.1/web.html">1.3.1</a> <a href="1.4.0/web.html">1.4.0</a> <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="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> |