Okio Samples

A modern I/O API for Java

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.17.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

Okio Samples
A modern I/O API for Java

Скачать samples

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.squareup.okio : okio jar 1.17.5

provided (1)

Идентификатор библиотеки Тип Версия
com.google.code.findbugs : jsr305 jar 3.0.2

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

Данный проект не имеет модулей.

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