diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2019-11-03 14:09:14 -0800 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2019-11-03 14:09:14 -0800 |
commit | 8ed3401cf623558ce64d1c586bece4b34256a017 (patch) | |
tree | 27bc65acfdda04ad4465d7930939e430153dc99c /file | |
parent | 9333b91f5c4104e5c52e0af4d2a4aa80da87294b (diff) | |
download | KotlinForForge-8ed3401cf623558ce64d1c586bece4b34256a017.tar.gz KotlinForForge-8ed3401cf623558ce64d1c586bece4b34256a017.tar.bz2 KotlinForForge-8ed3401cf623558ce64d1c586bece4b34256a017.zip |
Adding files
Diffstat (limited to 'file')
-rw-r--r-- | file/1.14/kotlinforforge-0.1.14.pom | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/file/1.14/kotlinforforge-0.1.14.pom b/file/1.14/kotlinforforge-0.1.14.pom new file mode 100644 index 0000000..92bc3de --- /dev/null +++ b/file/1.14/kotlinforforge-0.1.14.pom @@ -0,0 +1,52 @@ +<?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> |