summaryrefslogtreecommitdiff
path: root/METADATA
blob: e85e80295c17ed67a1b039072464db045c44b126 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "kotlinx.metadata"
description:
    "This library provides an API to read and modify metadata of binary files "
    "generated by the Kotlin/JVM compiler, namely .class and .kotlin_module "
    "files."

third_party {
  url {
    type: HOMEPAGE
    value: "https://github.com/JetBrains/kotlin/tree/master/libraries/kotlinx-metadata/jvm"
  }
  url {
    type: ARCHIVE
    value: "https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-metadata-jvm/0.5.0/kotlinx-metadata-jvm-0.5.0.jar"
  }
  version: "0.5.0"
  last_upgrade_date { year: 2023 month: 1 day: 12 }
  license_type: NOTICE
}