servicetalk-http-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-http-api</artifactId> <version>0.42.57</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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-http-api</artifactId> <version>0.42.57</version> <name>servicetalk-http-api</name> <description>A networking framework that evolves with your application</description> <url>https://servicetalk.io</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>servicetalk-project-authors</id> <name>ServiceTalk project authors</name> <email>servicetalk-oss@group.apple.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/apple/servicetalk.git</connection> <developerConnection>scm:git:ssh://github.com:apple/servicetalk.git</developerConnection> <url>https://github.com/apple/servicetalk</url> </scm> <issueManagement> <system>ServiceTalk Issues</system> <url>https://github.com/apple/servicetalk/issues</url> </issueManagement> <ciManagement> <system>ServiceTalk CI</system> <url>https://github.com/apple/servicetalk/actions</url> </ciManagement> <dependencyManagement> <dependencies> <dependency> <groupId>org.junit</groupId> <artifactId>junit-bom</artifactId> <version>5.11.4</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-buffer-api</artifactId> <version>0.42.57</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-client-api</artifactId> <version>0.42.57</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-concurrent</artifactId> <version>0.42.57</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-concurrent-api</artifactId> <version>0.42.57</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-context-api</artifactId> <version>0.42.57</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-encoding-api</artifactId> <version>0.42.57</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-logging-api</artifactId> <version>0.42.57</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-oio-api</artifactId> <version>0.42.57</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-serialization-api</artifactId> <version>0.42.57</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-serializer-api</artifactId> <version>0.42.57</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-transport-api</artifactId> <version>0.42.57</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-annotations</artifactId> <version>0.42.57</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-concurrent-internal</artifactId> <version>0.42.57</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-concurrent-api-internal</artifactId> <version>0.42.57</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-encoding-api-internal</artifactId> <version>0.42.57</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-serializer-utils</artifactId> <version>0.42.57</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-utils-internal</artifactId> <version>0.42.57</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-oio-api-internal</artifactId> <version>0.42.57</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> <version>4.11.0</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-transport-netty-internal</artifactId> <version>0.42.57</version> <scope>runtime</scope> <optional>true</optional> </dependency> <dependency> <groupId>io.servicetalk</groupId> <artifactId>servicetalk-buffer-netty</artifactId> <version>0.42.57</version> <scope>runtime</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.2</version> <scope>runtime</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>4.11.0</version> <scope>runtime</scope> <optional>true</optional> </dependency> </dependencies> </project>