Okio (Parent)

A modern I/O API for Java

License

License

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.okio
ArtifactId

ArtifactId

okio-parent
Last Version

Last Version

1.17.5
Release Date

Release Date

Type

Type

pom
Description

Description

Okio (Parent)
A modern I/O API for Java
Project URL

Project URL

https://github.com/square/okio
Source Code Management

Source Code Management

https://github.com/square/okio/

Download okio-parent

Filename Size
okio-parent-1.17.5.pom 4 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.squareup.okio/okio-parent/ -->
<dependency>
    <groupId>com.squareup.okio</groupId>
    <artifactId>okio-parent</artifactId>
    <version>1.17.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okio/okio-parent/
implementation 'com.squareup.okio:okio-parent:1.17.5'
// https://jarcasting.com/artifacts/com.squareup.okio/okio-parent/
implementation ("com.squareup.okio:okio-parent:1.17.5")
'com.squareup.okio:okio-parent:pom:1.17.5'
<dependency org="com.squareup.okio" name="okio-parent" rev="1.17.5">
  <artifact name="okio-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okio', module='okio-parent', version='1.17.5')
)
libraryDependencies += "com.squareup.okio" % "okio-parent" % "1.17.5"
[com.squareup.okio/okio-parent "1.17.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • okio
  • benchmarks
  • samples

Okio

See the project website for documentation and APIs.

Okio is a library that complements java.io and java.nio to make it much easier to access, store, and process your data. It started as a component of OkHttp, the capable HTTP client included in Android. It's well-exercised and ready to solve new problems.

License

Copyright 2013 Square, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
com.squareup.okio

Square

Versions

Version
1.17.5
1.17.4
1.17.3
1.17.2
1.17.1
1.17.0
1.16.0
1.15.0
1.14.1
1.14.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
0.9.0
0.8.0
0.7.0
0.6.1
0.6.0
0.5.0