Okio (Parent)

A modern I/O API for Java

Лицензия

Лицензия

Категории

Категории

Square Прикладные библиотеки Financial
Группа

Группа

com.squareup.okio
Идентификатор

Идентификатор

okio-parent
Последняя версия

Последняя версия

1.17.5
Дата

Дата

Тип

Тип

pom
Описание

Описание

Okio (Parent)
A modern I/O API for Java
Ссылка на сайт

Ссылка на сайт

https://github.com/square/okio
Система контроля версий

Система контроля версий

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

Скачать okio-parent

Имя Файла Размер
okio-parent-1.17.5.pom 4 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • 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

Версии библиотеки

Версия
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