MVN

com.squareup.okio : okio-bom

Maven & Gradle

Aug 02, 2023
24 usages
8.6k stars

okio-bom · A modern I/O library for Android, Java, and Kotlin Multiplatform.

<dependency>
    <groupId>com.squareup.okio</groupId>
    <artifactId>okio-bom</artifactId>
    <version>3.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.okio : okio-bom to add to Maven - Latest Versions:

  • Latest Stable: 3.5.0

All Versions

Choose a version of com.squareup.okio : okio-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
3.5.x
okio-bom-3.5.0
3.4.x
okio-bom-3.4.0
3.3.x
okio-bom-3.3.0
3.2.x
okio-bom-3.2.0
3.1.x
okio-bom-3.1.0
3.0.x
okio-bom-3.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.squareup.okio</groupId>
    <artifactId>okio-bom</artifactId>
    <version>3.5.0</version>
</dependency>

Advertisement