diff options
Diffstat (limited to 'thedarkcolour/kotlinforforge/1.1.0')
-rw-r--r-- | thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.pom | 101 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.1.0/web.html | 8 |
2 files changed, 57 insertions, 52 deletions
diff --git a/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.pom b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.pom index 0e4a3e6..bb79a5d 100644 --- a/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.pom +++ b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.pom @@ -1,52 +1,53 @@ <?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.1.0</version> - <dependencies> - <dependency> - <groupId>org.jetbrains.kotlin</groupId> - <artifactId>kotlin-stdlib</artifactId> - <version>1.3.70</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.jetbrains.kotlin</groupId> - <artifactId>kotlin-stdlib-jdk7</artifactId> - <version>1.3.70</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.jetbrains.kotlin</groupId> - <artifactId>kotlin-stdlib-jdk8</artifactId> - <version>1.3.70</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.jetbrains.kotlin</groupId> - <artifactId>kotlin-reflect</artifactId> - <version>1.3.70</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.4</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.jetbrains.kotlinx</groupId> - <artifactId>kotlinx-coroutines-jdk8</artifactId> - <version>1.3.4</version> - <scope>compile</scope> - </dependency> - </dependencies> +<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.1.0</version> + <dependencies> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib</artifactId> + <version>1.3.70</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib-jdk7</artifactId> + <version>1.3.70</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib-jdk8</artifactId> + <version>1.3.70</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-reflect</artifactId> + <version>1.3.70</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.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlinx</groupId> + <artifactId>kotlinx-coroutines-jdk8</artifactId> + <version>1.3.4</version> + <scope>compile</scope> + </dependency> + </dependencies> </project> diff --git a/thedarkcolour/kotlinforforge/1.1.0/web.html b/thedarkcolour/kotlinforforge/1.1.0/web.html index a1d7083..4a06cf5 100644 --- a/thedarkcolour/kotlinforforge/1.1.0/web.html +++ b/thedarkcolour/kotlinforforge/1.1.0/web.html @@ -2,7 +2,9 @@ <link rel="stylesheet" href="../../style.css"> <head><title>Index of /1.1.0/</title></head> <body> -<h1>Index of /1.1.0/</h1><hr><pre><a href="../web.html">../</a> +<h1>Index of /1.1.0/</h1> +<hr> +<pre><a href="../web.html">../</a> <a href="kotlinforforge-1.1.0-sources.jar">kotlinforforge-1.1.0-sources.jar</a> <a href="kotlinforforge-1.1.0-sources.jar.sha1">kotlinforforge-1.1.0-sources.jar.sha1</a> <a href="kotlinforforge-1.1.0-sources.jar.md5">kotlinforforge-1.1.0-sources.jar.md5</a> @@ -12,5 +14,7 @@ <a href="kotlinforforge-1.1.0.pom">kotlinforforge-1.1.0.pom</a> <a href="kotlinforforge-1.1.0.pom.sha1">kotlinforforge-1.1.0.pom.sha1</a> <a href="kotlinforforge-1.1.0.pom.md5">kotlinforforge-1.1.0.pom.md5</a> -</pre><hr></body> +</pre> +<hr> +</body> </html> |