http
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>su.lychee</groupId>
<artifactId>http</artifactId>
<version>0.0.17</version>
</dependency><?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>su.lychee</groupId>
<artifactId>http</artifactId>
<version>0.0.17</version>
<name>Lychee HTTP bindings</name>
<description>Type-safe HTTP client, routing, linking</description>
<url>https://github.com/Miha-x64/Lychee</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://github.com/Miha-x64/Lychee/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>Miha-x64</id>
<name>Mike</name>
<email>silizium@ok.de</email>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/Miha-x64/Lychee.git</connection>
<developerConnection>scm:git:ssh://github.com/Miha-x64/Lychee.git</developerConnection>
<url>https://github.com/Miha-x64/Lychee/tree/master</url>
</scm>
</project>