| 组织ID: |
io.ktor |
| 项目ID: |
ktor-http |
| 版本: |
1.2.5 |
| 最后修改时间: |
2019-12-08 16:06:25 |
| 包类型: |
jar |
| 标题: |
ktor-http |
| 描述: |
Ktor is a framework for quickly creating web applications in Kotlin with minimal effort. |
| 相关URL: |
https://github.com/ktorio/ktor |
| 大小: |
47.43KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-http</artifactId>
<version>1.2.5</version>
</dependency>
|
| Gradle引入代码: |
io.ktor:ktor-http:1.2.5
|
| 下载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.5</version>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<version>1.3.50</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-common</artifactId>
<version>1.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-io</artifactId>
<version>0.1.15</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>atomicfu</artifactId>
<version>0.13.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-io</artifactId>
<version>0.1.15</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-utils</artifactId>
<version>1.2.5</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/http/URLUtilsKt.kotlin_metadata
io/ktor/http/RequestConnectionPoint.kotlin_metadata
io/ktor/http/URLProtocolKt.kotlin_metadata
io/ktor/http/HttpMessagePropertiesKt.kotlin_metadata
io/ktor/http/QueryKt.kotlin_metadata
io/ktor/http/Url.kotlin_metadata
io/ktor/http/HeadersBuilder.kotlin_metadata
io/ktor/http/ContentDisposition.kotlin_metadata
io/ktor/http/HeaderValueWithParameters.kotlin_metadata
io/ktor/http/EmptyParameters.kotlin_metadata
io/ktor/http/CodecsKt.kotlin_metadata
io/ktor/http/RangeUnits.kotlin_metadata
io/ktor/http/CookieEncoding.kotlin_metadata
io/ktor/http/HeadersSingleImpl.kotlin_metadata
io/ktor/http/RangesKt.kotlin_metadata
io/ktor/http/HeaderValue.kotlin_metadata
io/ktor/http/URLBuilder.kotlin_metadata
io/ktor/http/HttpHeaders.kotlin_metadata
io/ktor/http/HttpStatusCodeKt.kotlin_metadata
io/ktor/http/ParametersImpl.kotlin_metadata
io/ktor/http/ParametersKt.kotlin_metadata
io/ktor/http/UnsafeHeaderException.kotlin_metadata
io/ktor/http/ParametersSingleImpl.kotlin_metadata
io/ktor/http/EmptyHeaders.kotlin_metadata
io/ktor/http/ContentTypesKt.kotlin_metadata
io/ktor/http/Headers.kotlin_metadata
io/ktor/http/HttpMessage.kotlin_metadata
io/ktor/http/HttpMethod.kotlin_metadata
io/ktor/http/URLParserException.kotlin_metadata
io/ktor/http/HttpMessageBuilder.kotlin_metadata
io/ktor/http/CookieKt.kotlin_metadata
io/ktor/http/parsing/StringGrammar.kotlin_metadata
io/ktor/http/parsing/MaybeGrammar.kotlin_metadata
io/ktor/http/parsing/GrammarBuilder.kotlin_metadata
io/ktor/http/parsing/ParserDslKt.kotlin_metadata
io/ktor/http/parsing/PrimitivesKt.kotlin_metadata
io/ktor/http/parsing/GrammarBuilderKt.kotlin_metadata
io/ktor/http/parsing/ManyGrammar.kotlin_metadata
io/ktor/http/parsing/SequenceGrammar.kotlin_metadata
io/ktor/http/parsing/RawGrammar.kotlin_metadata
io/ktor/http/parsing/Grammar.kotlin_metadata
io/ktor/http/parsing/SimpleGrammar.kotlin_metadata
io/ktor/http/parsing/Parser.kotlin_metadata
io/ktor/http/parsing/AnyOfGrammar.kotlin_metadata
io/ktor/http/parsing/ParseResult.kotlin_metadata
io/ktor/http/parsing/ComplexGrammar.kotlin_metadata
io/ktor/http/parsing/DebugKt.kotlin_metadata
io/ktor/http/parsing/RangeGrammar.kotlin_metadata
io/ktor/http/parsing/AtLeastOne.kotlin_metadata
io/ktor/http/parsing/OrGrammar.kotlin_metadata
io/ktor/http/parsing/regex/GrammarRegex.kotlin_metadata
io/ktor/http/parsing/regex/RegexParser.kotlin_metadata
io/ktor/http/parsing/regex/RegexParserGeneratorKt.kotlin_metadata
io/ktor/http/parsing/NamedGrammar.kotlin_metadata
io/ktor/http/HttpUrlEncodedKt.kotlin_metadata
io/ktor/http/HeaderValueWithParametersKt.kotlin_metadata
io/ktor/http/MimesKt.kotlin_metadata
io/ktor/http/ContentType.kotlin_metadata
io/ktor/http/LinkHeader.kotlin_metadata
io/ktor/http/ParametersBuilder.kotlin_metadata
io/ktor/http/Parameters.kotlin_metadata
io/ktor/http/content/ByteArrayContent.kotlin_metadata
io/ktor/http/content/CachingOptionsKt.kotlin_metadata
io/ktor/http/content/PartData.kotlin_metadata
io/ktor/http/content/MultiPartData.kotlin_metadata
io/ktor/http/content/OutgoingContent.kotlin_metadata
io/ktor/http/content/CachingOptions.kotlin_metadata
io/ktor/http/content/TextContent.kotlin_metadata
io/ktor/http/content/MultipartKt.kotlin_metadata
io/ktor/http/Cookie.kotlin_metadata
io/ktor/http/websocket/UtilsKt.kotlin_metadata
io/ktor/http/auth/HttpAuthHeaderKt.kotlin_metadata
io/ktor/http/auth/HttpAuthHeader.kotlin_metadata
io/ktor/http/auth/AuthScheme.kotlin_metadata
io/ktor/http/auth/HeaderValueEncoding.kotlin_metadata
io/ktor/http/HttpStatusCode.kotlin_metadata
io/ktor/http/ContentRangeKt.kotlin_metadata
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
kotlin-stdlib-common-1.3.50.jar
/org.jetbrains.kotlin/kotlin-stdlib-common/1.3.50
查看kotlin-stdlib-common所有版本文件
kotlinx-coroutines-core-common-1.3.2.jar
/org.jetbrains.kotlinx/kotlinx-coroutines-core-common/1.3.2
查看kotlinx-coroutines-core-common所有版本文件
kotlinx-io-0.1.15.jar
/org.jetbrains.kotlinx/kotlinx-io/0.1.15
查看kotlinx-io所有版本文件
atomicfu-0.13.0.jar
/org.jetbrains.kotlinx/atomicfu/0.13.0
查看atomicfu所有版本文件
kotlinx-coroutines-io-0.1.15.jar
/org.jetbrains.kotlinx/kotlinx-coroutines-io/0.1.15
查看kotlinx-coroutines-io所有版本文件
ktor-utils-1.2.5.jar
/io.ktor/ktor-utils/1.2.5
查看ktor-utils所有版本文件
|