1name: "okio" 2description: 3 "Okio is a library that complements java.io and java.nio to make it much " 4 "easier to access, store, and process your data. It started as a component " 5 "of OkHttp, the capable HTTP client included in Android. It's " 6 "well-exercised and ready to solve new problems." 7 8third_party { 9 url { 10 type: HOMEPAGE 11 value: "https://square.github.io/okio/" 12 } 13 url { 14 type: GIT 15 value: "https://github.com/square/okio/" 16 } 17 version: "3.7.0" 18 last_upgrade_date { year: 2024 month: 1 day: 3 } 19 license_type: NOTICE 20} 21