diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2019-11-03 20:53:13 -0800 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2019-11-03 20:53:13 -0800 |
commit | dcae9a1b5588315c0cf62cf798d1d989fd2894c4 (patch) | |
tree | 7a6a02cb1947916f0c00045ad7efd7e2f111c49e /thedarkcolour/kotlinforforge | |
parent | ab5a5bb943e70d7f525f023eebb540bf9ee0ffc6 (diff) | |
download | KotlinForForge-dcae9a1b5588315c0cf62cf798d1d989fd2894c4.tar.gz KotlinForForge-dcae9a1b5588315c0cf62cf798d1d989fd2894c4.tar.bz2 KotlinForForge-dcae9a1b5588315c0cf62cf798d1d989fd2894c4.zip |
Adding files
Diffstat (limited to 'thedarkcolour/kotlinforforge')
12 files changed, 14 insertions, 58 deletions
diff --git a/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14-sources.jar b/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14-sources.jar Binary files differdeleted file mode 100644 index 085ef14..0000000 --- a/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14-sources.jar +++ /dev/null diff --git a/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14-sources.jar.md5 b/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14-sources.jar.md5 deleted file mode 100644 index 1a1490f..0000000 --- a/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14-sources.jar.md5 +++ /dev/null @@ -1 +0,0 @@ -de722d8d8d23859c6679b8deaf445b62
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14-sources.jar.sha1 b/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14-sources.jar.sha1 deleted file mode 100644 index 09f460c..0000000 --- a/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14-sources.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f936ba9006860b4116162781f15668c4073ec806
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.jar b/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.jar Binary files differdeleted file mode 100644 index 6b873e2..0000000 --- a/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.jar +++ /dev/null diff --git a/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.jar.md5 b/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.jar.md5 deleted file mode 100644 index da94729..0000000 --- a/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.jar.md5 +++ /dev/null @@ -1 +0,0 @@ -60e1f9b114948faa2d78c7b6963a4872
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.jar.sha1 b/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.jar.sha1 deleted file mode 100644 index e9f62b3..0000000 --- a/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -742712c81e4efbcef8e5fe5fefee0c928dcfa4ff
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.pom b/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.pom deleted file mode 100644 index 31f5781..0000000 --- a/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> diff --git a/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.pom.md5 b/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.pom.md5 deleted file mode 100644 index 82d7f26..0000000 --- a/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.pom.md5 +++ /dev/null @@ -1 +0,0 @@ -efa8d4c4f41b791d50896bdcd81d7e8e
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.pom.sha1 b/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.pom.sha1 deleted file mode 100644 index 6d58028..0000000 --- a/thedarkcolour/kotlinforforge/0.1.14/kotlinforforge-0.1.14.pom.sha1 +++ /dev/null @@ -1 +0,0 @@ -71094316222578b98c840ae5bf343c5106121e10
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/maven-metadata.xml b/thedarkcolour/kotlinforforge/maven-metadata.xml new file mode 100644 index 0000000..61af43b --- /dev/null +++ b/thedarkcolour/kotlinforforge/maven-metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<metadata> + <groupId>thedarkcolour</groupId> + <artifactId>kotlinforforge</artifactId> + <versioning> + <release>0.1.14</release> + <versions> + <version>0.1.14</version> + </versions> + <lastUpdated>20190624032818</lastUpdated> + </versioning> +</metadata> diff --git a/thedarkcolour/kotlinforforge/maven-metadata.xml.md5 b/thedarkcolour/kotlinforforge/maven-metadata.xml.md5 new file mode 100644 index 0000000..a421643 --- /dev/null +++ b/thedarkcolour/kotlinforforge/maven-metadata.xml.md5 @@ -0,0 +1 @@ +83ea9029d9f76938323c513b1225c370
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/maven-metadata.xml.sha1 b/thedarkcolour/kotlinforforge/maven-metadata.xml.sha1 new file mode 100644 index 0000000..4ad1c68 --- /dev/null +++ b/thedarkcolour/kotlinforforge/maven-metadata.xml.sha1 @@ -0,0 +1 @@ +ef28fb7b7d4521bd8afb84f0505fed08d672fb1d
\ No newline at end of file |