You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
597 B

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.1.0/kotlinx-metadata-jvm-0.1.0.jar"
}
version: "0.1.0"
last_upgrade_date { year: 2019 month: 10 day: 1 }
license_type: NOTICE
}