| Group ID: |
me.drmaas |
| Artifact ID: |
ratpack-kotlin-gradle |
| Version: |
1.3.1 |
| Last modified: |
19.02.2018 19:39 |
| Packaging: |
jar |
| Name: |
Ratpack kotlin dsl library |
| Description: |
Ratpack kotlin dsl library |
| URL: |
https://github.com/drmaas/ratpack-kotlin |
|
|
| Size: |
6.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/me/drmaas/ratpack-kotlin-gradle/1.3.1/ratpack-kotlin-gradle-1.3.1.jar |
| POM: |
Show
hide
<?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>me.drmaas</groupId>
<artifactId>ratpack-kotlin-gradle</artifactId>
<version>1.3.1</version>
<name>Ratpack kotlin dsl library</name>
<description>Ratpack kotlin dsl library</description>
<url>https://github.com/drmaas/ratpack-kotlin</url>
<inceptionYear>2016</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>drmaas</id>
<name>Dan Maas</name>
<email>drmaas@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:https://drmaas@github.com/drmaas/ratpack-kotlin.git</connection>
<developerConnection>scm:git://github.com/drmaas/ratpack-kotlin.git</developerConnection>
<url>https://github.com/drmaas/ratpack-kotlin</url>
</scm>
<dependencies>
<dependency>
<groupId>io.ratpack</groupId>
<artifactId>ratpack-gradle</artifactId>
<version>1.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.netflix.nebula</groupId>
<artifactId>nebula-kotlin-plugin</artifactId>
<version>1.2.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.2.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.kotlintest</groupId>
<artifactId>kotlintest</artifactId>
<version>2.0.7</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>me.drmaas</groupId>
<artifactId>ratpack-kotlin-gradle</artifactId>
<version>1.3.1</version>
</dependency>
|
| Gradle: |
me.drmaas:ratpack-kotlin-gradle:1.3.1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|