blob: 49aadc35673708b4ddccc5c00ab2324991f09916 [file] [log] [blame]
Colin Cross44866ae2019-10-01 13:37:22 -07001name: "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
Colin Cross3ddda292022-06-23 16:43:12 -070014 value: "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-metadata-jvm/0.3.0/kotlinx-metadata-jvm-0.4.0.jar"
Colin Cross44866ae2019-10-01 13:37:22 -070015 }
Colin Cross3ddda292022-06-23 16:43:12 -070016 version: "0.4.0"
17 last_upgrade_date { year: 2022 month: 6 day: 23 }
Colin Cross44866ae2019-10-01 13:37:22 -070018 license_type: NOTICE
19}