组织ID: |
com.squareup.okio |
项目ID: |
okio |
版本: |
2.2.1 |
最后修改时间: |
2019-01-18 16:49:59 |
包类型: |
jar |
标题: |
Okio |
描述: |
A modern I/O API for Java |
相关URL: |
https://github.com/square/okio/ |
大小: |
177.93KB |
|
Maven引入代码: |
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>2.2.1</version>
</dependency>
|
Gradle引入代码: |
com.squareup.okio:okio:2.2.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>2.2.1</version>
<name>Okio</name>
<description>A modern I/O API for Java</description>
<url>https://github.com/square/okio/</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>square</id>
<name>Square, Inc.</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/square/okio.git</connection>
<developerConnection>scm:git:ssh://git@github.com/square/okio.git</developerConnection>
<url>https://github.com/square/okio/</url>
</scm>
<dependencies>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>2.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.2.60</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>1.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit</artifactId>
<version>1.2.60</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
okio.Pipe$sink$1.class
okio.Throttler.class
okio.AsyncTimeout$Watchdog.class
okio.Buffer.class
okio.Timeout.class
okio.Source.class
okio.SegmentedByteString.class
okio.AsyncTimeout$source$1.class
okio.Options.class
okio.-DeprecatedUtf8.class
okio.BlackholeSink.class
okio.-Platform.class
okio.ForwardingTimeout.class
okio.-Base64.class
okio.HashingSource$Companion.class
okio.-InflaterSourceExtensions.class
okio.ByteString$Companion.class
okio.HashingSink.class
okio.Segment$Companion.class
okio.internal._Utf8Kt.class
okio.internal.ByteStringKt.class
okio.Okio.class
okio.Segment.class
okio.InputStreamSource.class
okio.AsyncTimeout$sink$1.class
okio.Buffer$outputStream$1.class
okio.Buffer$inputStream$1.class
okio.HashingSource.class
okio.GzipSink.class
okio.Pipe.class
okio.Sink.class
okio.-DeflaterSinkExtensions.class
okio.InflaterSource.class
okio.SocketAsyncTimeout.class
okio.RealBufferedSink$outputStream$1.class
okio.-GzipSourceExtensions.class
okio.Pipe$source$1.class
okio.HashingSink$Companion.class
okio.GzipSource.class
okio.SegmentPool.class
okio.-Util.class
okio.DeflaterSink.class
okio.Throttler$source$1.class
okio.PeekSource.class
okio.BufferedSource.class
okio.Timeout$Companion$NONE$1.class
okio.AsyncTimeout.class
okio.-DeprecatedUpgrade.class
okio.Utf8.class
okio.ForwardingSource.class
okio.RealBufferedSource$inputStream$1.class
okio.AsyncTimeout$Companion.class
okio.Buffer$Companion.class
okio.RealBufferedSink.class
okio.SegmentedByteString$Companion.class
okio.-GzipSinkExtensions.class
okio.OutputStreamSink.class
okio.-DeprecatedOkio.class
okio.Throttler$sink$1.class
okio.Buffer$UnsafeCursor.class
okio.Timeout$Companion.class
okio.Options$Companion.class
okio.ByteString.class
okio.ForwardingSink.class
okio.RealBufferedSource.class
okio.BufferedSink.class
META-INF/jvm.kotlin_module
META-INF/proguard/okio.pro
|
依赖Jar: |
okio-2.2.1.jar
/com.squareup.okio/okio/2.2.1
查看okio所有版本文件
kotlin-stdlib-1.2.60.jar
/org.jetbrains.kotlin/kotlin-stdlib/1.2.60
查看kotlin-stdlib所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
assertj-core-1.7.0.jar
/org.assertj/assertj-core/1.7.0
查看assertj-core所有版本文件
kotlin-test-junit-1.2.60.jar
/org.jetbrains.kotlin/kotlin-test-junit/1.2.60
查看kotlin-test-junit所有版本文件
|