1name: "kotlinx.metadata" 2description: 3 "This library provides an API to read and modify metadata of binary files " 4 "generated by the Kotlin/JVM compiler, namely .class and .kotlin_module " 5 "files." 6 7third_party { 8 url { 9 type: HOMEPAGE 10 value: "https://github.com/JetBrains/kotlin/tree/master/libraries/kotlinx-metadata/jvm" 11 } 12 url { 13 type: ARCHIVE 14 value: "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-metadata-jvm/0.1.0/kotlinx-metadata-jvm-0.1.0.jar" 15 } 16 version: "0.1.0" 17 last_upgrade_date { year: 2019 month: 10 day: 1 } 18 license_type: NOTICE 19} 20