| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.http4k</groupId>
<artifactId>http4k-core</artifactId>
<version>3.11.0</version>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jre8</artifactId>
<version>1.1.60</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>http4k-core</name>
<description>sane HTTP request API for Kotlin</description>
<url>https://http4k.org</url>
<developers>
<developer>
<name>Ivan Sanchez</name>
<email>ivan@http4k.org</email>
</developer>
<developer>
<name>David Denton</name>
<email>david@http4k.org</email>
</developer>
</developers>
<scm>
<url>git@github.com:http4k/http4k-core.git</url>
<connection>scm:git:git@github.com:http4k/http4k-core.git</connection>
<developerConnection>scm:git:git@github.com:http4k/http4k-core.git</developerConnection>
</scm>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>
</project>
|