aboutsummaryrefslogtreecommitdiff
path: root/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2021-02-26 08:28:01 -0800
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2021-02-26 08:28:01 -0800
commitdd95d0f80c7723a9e740c063fbe3c6000ae31e47 (patch)
tree5bca8cd7a21d5357a79996623c2c90077568a482 /thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom
parent6af77b664bf201c94e952040c69bd56d341833c8 (diff)
downloadKotlinForForge-master.tar.gz
KotlinForForge-master.tar.bz2
KotlinForForge-master.zip
Kotlin for Forge 1.10.0HEADmaster
Diffstat (limited to 'thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom')
-rw-r--r--thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom59
1 files changed, 59 insertions, 0 deletions
diff --git a/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom
new file mode 100644
index 0000000..0015fce
--- /dev/null
+++ b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.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.10.0</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.4.31</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jdk7</artifactId>
+ <version>1.4.31</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jdk8</artifactId>
+ <version>1.4.31</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-reflect</artifactId>
+ <version>1.4.31</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+ <version>20.1.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlinx</groupId>
+ <artifactId>kotlinx-coroutines-core</artifactId>
+ <version>1.4.2</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlinx</groupId>
+ <artifactId>kotlinx-coroutines-jdk8</artifactId>
+ <version>1.4.2</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlinx</groupId>
+ <artifactId>kotlinx-serialization-json</artifactId>
+ <version>1.1.0</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project>