Download okio-1.9.0.jar file

Introduction

You can download okio-1.9.0.jar in this page.

License

Apache Open Source

Type List

okio-1.9.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.squareup.okio/okio/pom.properties
META-INF/maven/com.squareup.okio/okio/pom.xml
okio.AsyncTimeout.class
okio.Base64.class
okio.Buffer.class
okio.BufferedSink.class
okio.BufferedSource.class
okio.ByteString.class
okio.DeflaterSink.class
okio.ForwardingSink.class
okio.ForwardingSource.class
okio.ForwardingTimeout.class
okio.GzipSink.class
okio.GzipSource.class
okio.HashingSink.class
okio.HashingSource.class
okio.InflaterSource.class
okio.Okio.class
okio.Options.class
okio.Pipe.class
okio.RealBufferedSink.class
okio.RealBufferedSource.class
okio.Segment.class
okio.SegmentPool.class
okio.SegmentedByteString.class
okio.Sink.class
okio.Source.class
okio.Timeout.class
okio.Util.class

Pom

okio-1.9.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>com.squareup.okio</groupId>
    <artifactId>okio-parent</artifactId>
    <version>1.9.0</version>
  </parent>

  <artifactId>okio</artifactId>
  <name>Okio</name>

  <dependencies>
    <dependency>
      <groupId>org.codehaus.mojo</groupId>
      <artifactId>animal-sniffer-annotations</artifactId>
      <optional>true</optional>
    </dependency>

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>animal-sniffer-maven-plugin</artifactId>
        <version>${animal.sniffer.version}</version>
        <executions>
          <execution>
            <phase>test</phase>
            <goals>
              <goal>check</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <signature>
            <groupId>org.codehaus.mojo.signature</groupId>
            <artifactId>java16</artifactId>
            <version>1.1</version>
          </signature>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>com.squareup.okio</groupId>
   <artifactId>okio</artifactId>
   <version>1.9.0</version>
</dependency>

Download

If you think the following okio-1.9.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download okio-1.9.0.jar file




PreviousNext

Related