aboutsummaryrefslogtreecommitdiff
path: root/file
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2019-11-03 20:44:02 -0800
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2019-11-03 20:44:02 -0800
commitab5a5bb943e70d7f525f023eebb540bf9ee0ffc6 (patch)
tree1420721c7eca880d6460e5f1879999929b8f9599 /file
parentfec27e4794cef10e04ad840e4f9cf2d52031ae52 (diff)
downloadKotlinForForge-ab5a5bb943e70d7f525f023eebb540bf9ee0ffc6.tar.gz
KotlinForForge-ab5a5bb943e70d7f525f023eebb540bf9ee0ffc6.tar.bz2
KotlinForForge-ab5a5bb943e70d7f525f023eebb540bf9ee0ffc6.zip
Adding files
Diffstat (limited to 'file')
-rw-r--r--file/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14-sources.jarbin5809 -> 0 bytes
-rw-r--r--file/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.jarbin5761321 -> 0 bytes
-rw-r--r--file/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.pom52
3 files changed, 0 insertions, 52 deletions
diff --git a/file/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14-sources.jar b/file/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14-sources.jar
deleted file mode 100644
index 1feb9be..0000000
--- a/file/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14-sources.jar
+++ /dev/null
Binary files differ
diff --git a/file/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.jar b/file/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.jar
deleted file mode 100644
index 7cec72c..0000000
--- a/file/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.jar
+++ /dev/null
Binary files differ
diff --git a/file/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.pom b/file/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.pom
deleted file mode 100644
index 92bc3de..0000000
--- a/file/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.pom
+++ /dev/null
@@ -1,52 +0,0 @@
-<?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>0.1.14</version>
- <dependencies>
- <dependency>
- <groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-stdlib</artifactId>
- <version>1.3.50</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-stdlib-jdk7</artifactId>
- <version>1.3.50</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-stdlib-jdk8</artifactId>
- <version>1.3.50</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-reflect</artifactId>
- <version>1.3.50</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jetbrains</groupId>
- <artifactId>annotations</artifactId>
- <version>16.0.3</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlinx</groupId>
- <artifactId>kotlinx-coroutines-core</artifactId>
- <version>1.3.1</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlinx</groupId>
- <artifactId>kotlinx-coroutines-jdk8</artifactId>
- <version>1.3.1</version>
- <scope>compile</scope>
- </dependency>
- </dependencies>
-</project>