| 组织ID: |
io.ktor |
| 项目ID: |
ktor-http |
| 版本: |
1.2.6 |
| 最后修改时间: |
2019-11-27 09:18:51 |
| 包类型: |
jar |
| 标题: |
ktor-http |
| 描述: |
Ktor is a framework for quickly creating web applications in Kotlin with minimal effort. |
| 相关URL: |
https://github.com/ktorio/ktor |
| 大小: |
48.81KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-http</artifactId>
<version>1.2.6</version>
</dependency>
|
| Gradle引入代码: |
io.ktor:ktor-http:1.2.6
|
| 下载Jar包: |
|
| POM文件内容: |
<?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>io.ktor</groupId>
<artifactId>ktor-http</artifactId>
<version>1.2.6</version>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<version>1.3.60</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-common</artifactId>
<version>1.3.2-1.3.60</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-io</artifactId>
<version>0.1.16</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>atomicfu</artifactId>
<version>0.14.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-io</artifactId>
<version>0.1.16</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-utils</artifactId>
<version>1.2.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>ktor-http</name>
<description>Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.</description>
<url>https://github.com/ktorio/ktor</url>
<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>JetBrains</id>
<name>JetBrains Team</name>
<organization>JetBrains</organization>
<organizationUrl>http://www.jetbrains.com</organizationUrl>
</developer>
</developers>
<scm>
<url>https://github.com/ktorio/ktor.git</url>
</scm>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io/ktor/content/CompatibilityKt.kotlin_metadata
io/ktor/http/URLProtocol.kotlin_metadata
io/ktor/http/URLBuilderKt.kotlin_metadata
io/ktor/http/HttpHeaders.kotlin_metadata
io/ktor/http/HttpHeaderValueParserKt.kotlin_metadata
io/ktor/http/ParametersSingleImpl.kotlin_metadata
io/ktor/http/HeaderValueWithParametersKt.kotlin_metadata
io/ktor/http/content/TextContent.kotlin_metadata
io/ktor/http/content/MultipartKt.kotlin_metadata
io/ktor/http/content/PartData.kotlin_metadata
io/ktor/http/content/ByteArrayContent.kotlin_metadata
io/ktor/http/content/CachingOptionsKt.kotlin_metadata
io/ktor/http/content/MultiPartData.kotlin_metadata
io/ktor/http/content/CachingOptions.kotlin_metadata
io/ktor/http/content/OutgoingContent.kotlin_metadata
io/ktor/http/URLParserException.kotlin_metadata
io/ktor/http/ParametersBuilder.kotlin_metadata
io/ktor/http/RangeUnits.kotlin_metadata
io/ktor/http/HeaderValue.kotlin_metadata
io/ktor/http/auth/HeaderValueEncoding.kotlin_metadata
io/ktor/http/auth/HttpAuthHeader.kotlin_metadata
io/ktor/http/auth/HttpAuthHeaderKt.kotlin_metadata
io/ktor/http/auth/AuthScheme.kotlin_metadata
io/ktor/http/FileContentTypeKt.kotlin_metadata
io/ktor/http/ContentRangeKt.kotlin_metadata
io/ktor/http/LinkHeader.kotlin_metadata
io/ktor/http/CookieKt.kotlin_metadata
io/ktor/http/IpParserKt.kotlin_metadata
io/ktor/http/CacheControl.kotlin_metadata
io/ktor/http/URLUtilsKt.kotlin_metadata
io/ktor/http/ContentType.kotlin_metadata
io/ktor/http/HttpMessageBuilder.kotlin_metadata
io/ktor/http/URLBuilder.kotlin_metadata
io/ktor/http/HttpMessage.kotlin_metadata
io/ktor/http/Cookie.kotlin_metadata
io/ktor/http/DateUtilsKt.kotlin_metadata
io/ktor/http/IllegalHeaderValueException.kotlin_metadata
io/ktor/http/RequestConnectionPoint.kotlin_metadata
io/ktor/http/HeadersBuilder.kotlin_metadata
io/ktor/http/HeadersKt.kotlin_metadata
io/ktor/http/EmptyHeaders.kotlin_metadata
io/ktor/http/ContentRange.kotlin_metadata
io/ktor/http/HeaderValueWithParameters.kotlin_metadata
io/ktor/http/HttpUrlEncodedKt.kotlin_metadata
io/ktor/http/websocket/UtilsKt.kotlin_metadata
io/ktor/http/MimesKt.kotlin_metadata
io/ktor/http/HttpStatusCodeKt.kotlin_metadata
io/ktor/http/HeadersImpl.kotlin_metadata
io/ktor/http/EmptyParameters.kotlin_metadata
io/ktor/http/URLParserKt.kotlin_metadata
io/ktor/http/BadContentTypeFormatException.kotlin_metadata
io/ktor/http/URLProtocolKt.kotlin_metadata
io/ktor/http/HttpMethod.kotlin_metadata
io/ktor/http/ContentTypesKt.kotlin_metadata
io/ktor/http/HttpStatusCode.kotlin_metadata
io/ktor/http/ParametersKt.kotlin_metadata
io/ktor/http/URLDecodeException.kotlin_metadata
io/ktor/http/HttpHeadersKt.kotlin_metadata
io/ktor/http/CodecsKt.kotlin_metadata
io/ktor/http/IllegalHeaderNameException.kotlin_metadata
io/ktor/http/Headers.kotlin_metadata
io/ktor/http/Url.kotlin_metadata
io/ktor/http/HttpProtocolVersion.kotlin_metadata
io/ktor/http/parsing/regex/GrammarRegex.kotlin_metadata
io/ktor/http/parsing/regex/RegexParserGeneratorKt.kotlin_metadata
io/ktor/http/parsing/regex/RegexParser.kotlin_metadata
io/ktor/http/parsing/SequenceGrammar.kotlin_metadata
io/ktor/http/parsing/AtLeastOne.kotlin_metadata
io/ktor/http/parsing/DebugKt.kotlin_metadata
io/ktor/http/parsing/NamedGrammar.kotlin_metadata
io/ktor/http/parsing/StringGrammar.kotlin_metadata
io/ktor/http/parsing/MaybeGrammar.kotlin_metadata
io/ktor/http/parsing/ManyGrammar.kotlin_metadata
io/ktor/http/parsing/AnyOfGrammar.kotlin_metadata
io/ktor/http/parsing/ParserDslKt.kotlin_metadata
io/ktor/http/parsing/SimpleGrammar.kotlin_metadata
io/ktor/http/parsing/ParseResult.kotlin_metadata
io/ktor/http/parsing/PrimitivesKt.kotlin_metadata
io/ktor/http/parsing/Grammar.kotlin_metadata
io/ktor/http/parsing/Parser.kotlin_metadata
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
kotlin-stdlib-common-1.3.60.jar
/org.jetbrains.kotlin/kotlin-stdlib-common/1.3.60
查看kotlin-stdlib-common所有版本文件
kotlinx-coroutines-core-common-1.3.2-1.3.60.jar
/org.jetbrains.kotlinx/kotlinx-coroutines-core-common/1.3.2-1.3.60
查看kotlinx-coroutines-core-common所有版本文件
kotlinx-io-0.1.16.jar
/org.jetbrains.kotlinx/kotlinx-io/0.1.16
查看kotlinx-io所有版本文件
atomicfu-0.14.1.jar
/org.jetbrains.kotlinx/atomicfu/0.14.1
查看atomicfu所有版本文件
kotlinx-coroutines-io-0.1.16.jar
/org.jetbrains.kotlinx/kotlinx-coroutines-io/0.1.16
查看kotlinx-coroutines-io所有版本文件
ktor-utils-1.2.6.jar
/io.ktor/ktor-utils/1.2.6
查看ktor-utils所有版本文件
|