mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-18 23:26:18 +00:00
many thanks to @rithvikvibhu for help with the hearing aids feature adds: hearing aid two-device connection new UI transparency mode customization commits: * android: add accessibility stuff adds option for customizing transparency mode, amplification, tone, etc. * docs: update transparency mode format * android: don't 'start' service every time MainActivity is launched * android: add basic multidevice capabilities use at your own risk, may or may not work * android: clean up a bit of AI gen'd code * android: clean up main service and remove minimum API on head gestures * android: clean up a lot of stuff * android: implement the accessiblity settings page * android: add EQ settings for phone and media * android: add toggle for DID hook * docs: add 'has ownership' control cmd * android: fix balance NaN error when amplification L/R is both zero * android: bring back some accessiblity settings and add listeners for all config * android: add header to ATTManager * android: use device name sent by the connected device in island * android: fix track color in tone volume * android: remove unused composable * android: update eq sliders style * android: fix text color in selectors * android: add delay before starting head tracking again * android: add a few options ik not the right branch/pr but, eh, i am not merging this hook until i test further, and if i don't merge, conflicts, a lot of 'em * android: a small ui fix * docs: a few more control cmds * android: add microphone setting also, un-hardcoded strings, and updated text sizes * android: improve dropdowns ai generated * android: move attmanager to service to avoid trying to connect multiple times * android: add ui for hearing stuff mostly copied from the transparency settings, which are now updated to match ios <26 ui * android: add media assist options in hearing aid ui only * android: add hearing aid adjustments * android: liquidglass sliders * android: improve liquid glass sliders * android: little more liquid glass * android: fix hearing aid parsing * android: remove customdeviceactivity from manifest * android: remove unused strings * android: small ui tweaks * android: a very big commit refactoring ui, mostly * android: move padding to StyledScaffold's content because haze needs it * android: revert accidental capitalization on toggle label * android: update usages for toggle * android: liquidglass, maybe? the switch and icon button took quite a while. i forgot the order of modifiers matters! * remove bleonly mode, use CAPod instead * remove bleonly mode, use CAPod instead * android: fix switch styling * android: remove fade from transition * android: add A16's new bluetooth identifier for log collection just why... * android: fix crash in head gestures screen * android: show head gestures status in the navigation button * android: don't crash if att not available * android: use lazycolumn in airpods settings for better performance and navigation transitions * android: fix text color in troubshooting button and pressandhold settings * android: bring back original confirmation dialog too lazy to fix/implement properly the glassy one * android: prevent hearing aid turning off itself * android: hide media assist, not implemented * docs: update README with new features * docs: add demo video * docs: add new screenshots for android * docs: update demo video position * docs: app3 compatibility * docs: new control cmds '25 (again) * docs: change section title in control cmd doc Updated section title from 'Control Commands' to 'Identifiers and details'. * android: ui tweaks * android: update styled slider thumb * android: add accessiblity service for camera control * android: add camera control, finally i got too lazy to find out how to listen to app openings earlier, wasn't too hard * android: add option to change camera app id * android: not use relative paths for executing commands i hope it's the same across all skins * android: fix transparency and noise cancellation flags huh... was it always like this? * android: revert to using relative paths for su compatibility issues with magisk * android: bump version * android: don't crash if self MAC is not available * android: remove unused LOCAL_ADDRESS permission * android: add opensource licenses should've done this a long time ago! * android: move navigation button to activity level * android: update animation time on switch tap * android: implement setting hearing test results * android: update title in hearing test screen * docs: add screenshot for hearing test * android: fix haze for dialog when enabling hearing aid * android: parse device info * android: add support for various models still need to update images or find a way to fetch from apple's cdn * android: fix a2dp connection * android: remove stray eq config in accessibility settings * android: improve connection handling * android: add a (very important) support dialog to not be invasive, this only shows up once, and never again. * docs: add note for DID hook on android
4521 lines
180 KiB
JSON
4521 lines
180 KiB
JSON
{
|
|
"libraries": [
|
|
{
|
|
"uniqueId": "androidx.activity:activity",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.10.1",
|
|
"description": "Provides the base Activity subclass and the relevant hooks to build a composable structure on top.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Activity",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/activity#1.10.1",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.activity:activity-compose",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.10.1",
|
|
"description": "Compose integration with Activity",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Activity Compose",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/activity#1.10.1",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.activity:activity-ktx",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.10.1",
|
|
"description": "Kotlin extensions for 'activity' artifact",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Activity Kotlin Extensions",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/activity#1.10.1",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.annotation:annotation",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.1",
|
|
"description": "Provides source annotations for tooling and readability.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Annotation",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/annotation#1.9.1",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.annotation:annotation-experimental",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.4.1",
|
|
"description": "Java annotation for use on unstable Android API surfaces. When used in conjunction with the Experimental annotation lint checks, this annotation provides functional parity with Kotlin's Experimental annotation.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Experimental annotation",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/annotation#1.4.1",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.annotation:annotation-jvm",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.1",
|
|
"description": "Provides source annotations for tooling and readability.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Annotation",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/annotation#1.9.1",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.appcompat:appcompat",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.7.0",
|
|
"description": "Provides backwards-compatible implementations of UI-related Android SDK functionality, including dark mode and Material theming.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "AppCompat",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/appcompat#1.7.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.appcompat:appcompat-resources",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.7.0",
|
|
"description": "Provides backward-compatible implementations of resource-related Android SDKfunctionality, including color state list theming.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "AppCompat Resources",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/appcompat#1.7.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.arch.core:core-common",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.2.0",
|
|
"description": "Android Arch-Common",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Android Arch-Common",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/arch-core#2.2.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.arch.core:core-runtime",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.2.0",
|
|
"description": "Android Arch-Runtime",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Android Arch-Runtime",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/arch-core#2.2.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.autofill:autofill",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.0.0",
|
|
"description": "AndroidX Autofill",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "http://source.android.com"
|
|
},
|
|
"name": "AndroidX Autofill",
|
|
"website": "https://developer.android.com/jetpack/androidx",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.cardview:cardview",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.0.0",
|
|
"description": "Android Support CardView v7",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "http://source.android.com"
|
|
},
|
|
"name": "Support CardView v7",
|
|
"website": "http://developer.android.com/tools/extras/support-library.html",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.collection:collection",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.5.0",
|
|
"description": "Standalone efficient collections.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "collections",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/collection#1.5.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.collection:collection-jvm",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.5.0",
|
|
"description": "Standalone efficient collections.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "collections",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/collection#1.5.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.collection:collection-ktx",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.5.0",
|
|
"description": "Kotlin extensions for 'collection' artifact",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Collections Kotlin Extensions",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/collection#1.5.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.animation:animation",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose animation library",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Animation",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-animation#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.animation:animation-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose animation library",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Animation",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-animation#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.animation:animation-core",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Animation engine and animation primitives that are the building blocks of the Compose animation library",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Animation Core",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-animation#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.animation:animation-core-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Animation engine and animation primitives that are the building blocks of the Compose animation library",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Animation Core",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-animation#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.foundation:foundation",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Higher level abstractions of the Compose UI primitives. This library is design system agnostic, providing the high-level building blocks for both application and design-system developers",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Foundation",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.foundation:foundation-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Higher level abstractions of the Compose UI primitives. This library is design system agnostic, providing the high-level building blocks for both application and design-system developers",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Foundation",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.foundation:foundation-layout",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose layout implementations",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Layouts",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.foundation:foundation-layout-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose layout implementations",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Layouts",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.material3:material3",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.3.2",
|
|
"description": "Compose Material You Design Components library",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Material3 Components",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-material3#1.3.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.material3:material3-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.3.2",
|
|
"description": "Compose Material You Design Components library",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Material3 Components",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-material3#1.3.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.material:material",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.7.8",
|
|
"description": "Compose Material Design Components library",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Material Components",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-material#1.7.8",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.material:material-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.7.8",
|
|
"description": "Compose Material Design Components library",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Material Components",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-material#1.7.8",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.material:material-icons-core",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.7.8",
|
|
"description": "Compose Material Design core icons. This module contains the most commonly used set of Material icons.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Material Icons Core",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-material#1.7.8",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.material:material-icons-core-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.7.8",
|
|
"description": "Compose Material Design core icons. This module contains the most commonly used set of Material icons.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Material Icons Core",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-material#1.7.8",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.material:material-ripple",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.8.2",
|
|
"description": "Material ripple used to build interactive components",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Material Ripple",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-material#1.8.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.material:material-ripple-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.8.2",
|
|
"description": "Material ripple used to build interactive components",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Material Ripple",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-material#1.8.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.runtime:runtime",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Tree composition support for code generated by the Compose compiler plugin and corresponding public API",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Runtime",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.runtime:runtime-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Tree composition support for code generated by the Compose compiler plugin and corresponding public API",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Runtime",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.runtime:runtime-annotation",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Provides Compose-specific annotations used by the compiler and tooling",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Runtime Annotation",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.runtime:runtime-annotation-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Provides Compose-specific annotations used by the compiler and tooling",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Runtime Annotation",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.runtime:runtime-saveable",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose components that allow saving and restoring the local ui state",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Saveable",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.runtime:runtime-saveable-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose components that allow saving and restoring the local ui state",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Saveable",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose UI primitives. This library contains the primitives that form the Compose UI Toolkit, such as drawing, measurement and layout.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose UI",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose UI primitives. This library contains the primitives that form the Compose UI Toolkit, such as drawing, measurement and layout.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose UI",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui-geometry",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose classes related to dimensions without units",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Geometry",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui-geometry-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose classes related to dimensions without units",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Geometry",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui-graphics",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose graphics",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Graphics",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui-graphics-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose graphics",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Graphics",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui-text",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose Text primitives and utilities",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose UI Text",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui-text-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose Text primitives and utilities",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose UI Text",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui-tooling",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose tooling library. This library exposes information to our tools for better IDE support.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Tooling",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui-tooling-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose tooling library. This library exposes information to our tools for better IDE support.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Tooling",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui-tooling-data",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose tooling library data. This library provides data about compose for different tooling purposes.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Tooling Data",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui-tooling-data-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose tooling library data. This library provides data about compose for different tooling purposes.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Tooling Data",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui-tooling-preview",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose tooling library API. This library provides the API required to declare @Preview composables in user apps.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose UI Preview Tooling",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui-tooling-preview-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose tooling library API. This library provides the API required to declare @Preview composables in user apps.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose UI Preview Tooling",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui-unit",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose classes for simple units",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Unit",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui-unit-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Compose classes for simple units",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Unit",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui-util",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Internal Compose utilities used by other modules",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Util",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose.ui:ui-util-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.2",
|
|
"description": "Internal Compose utilities used by other modules",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Util",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/compose-ui#1.9.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.compose:compose-bom",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
|
|
],
|
|
"artifactVersion": "2025.04.00",
|
|
"description": "A compatible set of Jetpack Compose libraries.",
|
|
"name": "Jetpack Compose Libraries BOM",
|
|
"website": "https://developer.android.com/jetpack",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.concurrent:concurrent-futures",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.1.0",
|
|
"description": "Androidx implementation of Guava's ListenableFuture",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "http://source.android.com"
|
|
},
|
|
"name": "AndroidX Futures",
|
|
"website": "https://developer.android.com/topic/libraries/architecture/index.html",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.constraintlayout:constraintlayout",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.2.1",
|
|
"description": "This library offers a flexible and adaptable way to position and animate widgets",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "ConstraintLayout",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/constraintlayout#2.2.1",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.constraintlayout:constraintlayout-core",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.1.1",
|
|
"description": "This library contains engines and algorithms for constraint based layout and complex animations (it is used by the ConstraintLayout library)",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "ConstraintLayout Core",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/constraintlayout#1.1.1",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.coordinatorlayout:coordinatorlayout",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.1.0",
|
|
"description": "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "http://source.android.com"
|
|
},
|
|
"name": "Support Coordinator Layout",
|
|
"website": "https://developer.android.com/jetpack/androidx",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.core:core",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.17.0",
|
|
"description": "Provides backward-compatible implementations of Android platform APIs and features.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Core",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/core#1.17.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.core:core-ktx",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.17.0",
|
|
"description": "Kotlin extensions for 'core' artifact",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Core Kotlin Extensions",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/core#1.17.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.core:core-viewtree",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.0.0",
|
|
"description": "Provides ViewTree extensions packaged for use by other core androidx libraries",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "androidx.core:core-viewtree",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/core#1.0.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.cursoradapter:cursoradapter",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.0.0",
|
|
"description": "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "http://source.android.com"
|
|
},
|
|
"name": "Support Cursor Adapter",
|
|
"website": "http://developer.android.com/tools/extras/support-library.html",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.customview:customview",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.1.0",
|
|
"description": "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "http://source.android.com"
|
|
},
|
|
"name": "Support Custom View",
|
|
"website": "https://developer.android.com/jetpack/androidx",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.customview:customview-poolingcontainer",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.0.0",
|
|
"description": "Utilities for listening to the lifecycle of containers that manage their child Views' lifecycle, such as RecyclerView",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "androidx.customview:poolingcontainer",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/customview#1.0.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.databinding:viewbinding",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
|
|
],
|
|
"artifactVersion": "8.13.0",
|
|
"description": "",
|
|
"name": "androidx.databinding:viewbinding",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.drawerlayout:drawerlayout",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.1.1",
|
|
"description": "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "http://source.android.com"
|
|
},
|
|
"name": "Support Drawer Layout",
|
|
"website": "https://developer.android.com/jetpack/androidx",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.dynamicanimation:dynamicanimation",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.1.0",
|
|
"description": "Physics-based animation in support library, where the animations are driven by physics force. You can use this Animation library to create smooth and realistic animations.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "DynamicAnimation",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/dynamicanimation#1.1.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.emoji2:emoji2",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.4.0",
|
|
"description": "Core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Emoji2",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/emoji2#1.4.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.emoji2:emoji2-views-helper",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.4.0",
|
|
"description": "Provide helper classes for Emoji2 views.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Emoji2 Views Helper",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/emoji2#1.4.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.fragment:fragment",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.6.2",
|
|
"description": "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Support fragment",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/fragment#1.6.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.fragment:fragment-ktx",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.6.2",
|
|
"description": "Kotlin extensions for 'fragment' artifact",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Fragment Kotlin Extensions",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/fragment#1.6.2",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.graphics:graphics-path",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.0.1",
|
|
"description": "Query segment data for android.graphics.Path objects",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Android Graphics Path",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/graphics#1.0.1",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.graphics:graphics-shapes",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.0.1",
|
|
"description": "create and render rounded polygonal shapes",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Graphics Shapes",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/graphics#1.0.1",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.graphics:graphics-shapes-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.0.1",
|
|
"description": "create and render rounded polygonal shapes",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Graphics Shapes",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/graphics#1.0.1",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.interpolator:interpolator",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.0.0",
|
|
"description": "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "http://source.android.com"
|
|
},
|
|
"name": "Support Interpolators",
|
|
"website": "http://developer.android.com/tools/extras/support-library.html",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-common",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Android Lifecycle-Common",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle-Common",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-common-java8",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Android Lifecycle-Common for Java 8 Language",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle-Common for Java 8",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-common-jvm",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Android Lifecycle-Common",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle-Common",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-livedata",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Android Lifecycle LiveData",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle LiveData",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-livedata-core",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Android Lifecycle LiveData Core",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle LiveData Core",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-livedata-core-ktx",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Kotlin extensions for 'livedata-core' artifact",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "LiveData Core Kotlin Extensions",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-livedata-ktx",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Kotlin extensions for 'livedata' artifact",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "LiveData Kotlin Extensions",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-process",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Android Lifecycle Process",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle Process",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-runtime",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Android Lifecycle Runtime",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle Runtime",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-runtime-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Android Lifecycle Runtime",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle Runtime",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-runtime-compose",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Compose integration with Lifecycle",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle Runtime Compose",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-runtime-compose-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Compose integration with Lifecycle",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle Runtime Compose",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-runtime-ktx",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Kotlin extensions for 'lifecycle' artifact",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle Kotlin Extensions",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-runtime-ktx-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Kotlin extensions for 'lifecycle' artifact",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle Kotlin Extensions",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-viewmodel",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Android Lifecycle ViewModel",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle ViewModel",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-viewmodel-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Android Lifecycle ViewModel",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle ViewModel",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-viewmodel-compose",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Compose integration with Lifecycle ViewModel",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle ViewModel Compose",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-viewmodel-compose-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Compose integration with Lifecycle ViewModel",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle ViewModel Compose",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-viewmodel-ktx",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Kotlin extensions for 'viewmodel' artifact",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle ViewModel Kotlin Extensions",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-viewmodel-savedstate",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Android Lifecycle ViewModel",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle ViewModel with SavedState",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.lifecycle:lifecycle-viewmodel-savedstate-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Android Lifecycle ViewModel",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Lifecycle ViewModel with SavedState",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.loader:loader",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.0.0",
|
|
"description": "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "http://source.android.com"
|
|
},
|
|
"name": "Support loader",
|
|
"website": "http://developer.android.com/tools/extras/support-library.html",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.navigation:navigation-common",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Android Navigation-Common",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Navigation Common",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/navigation#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.navigation:navigation-common-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Android Navigation-Common",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Navigation Common",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/navigation#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.navigation:navigation-compose",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Compose integration with Navigation",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Navigation",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/navigation#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.navigation:navigation-compose-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Compose integration with Navigation",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Compose Navigation",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/navigation#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.navigation:navigation-fragment",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Android Navigation-Fragment",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Navigation Fragment",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/navigation#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.navigation:navigation-runtime",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Android Navigation-Runtime",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Navigation Runtime",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/navigation#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.navigation:navigation-runtime-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4",
|
|
"description": "Android Navigation-Runtime",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Navigation Runtime",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/navigation#2.9.4",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.profileinstaller:profileinstaller",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.4.0",
|
|
"description": "Allows libraries to prepopulate ahead of time compilation traces to be read by ART",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Profile Installer",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/profileinstaller#1.4.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.recyclerview:recyclerview",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.4.0",
|
|
"description": "Android Support RecyclerView",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "RecyclerView",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/recyclerview#1.4.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.resourceinspection:resourceinspection-annotation",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.0.1",
|
|
"description": "Annotation processors for Android resource and layout inspection",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Android Resource Inspection - Annotations",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/resourceinspection#1.0.1",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.savedstate:savedstate",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.3.3",
|
|
"description": "Android Lifecycle Saved State",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Saved State",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/savedstate#1.3.3",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.savedstate:savedstate-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.3.3",
|
|
"description": "Android Lifecycle Saved State",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Saved State",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/savedstate#1.3.3",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.savedstate:savedstate-compose",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.3.3",
|
|
"description": "Compose integration with Saved State",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Saved State Compose",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/savedstate#1.3.3",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.savedstate:savedstate-compose-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.3.3",
|
|
"description": "Compose integration with Saved State",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Saved State Compose",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/savedstate#1.3.3",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.savedstate:savedstate-ktx",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.3.3",
|
|
"description": "Kotlin extensions for 'savedstate' artifact",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "SavedState Kotlin Extensions",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/savedstate#1.3.3",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.slidingpanelayout:slidingpanelayout",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.2.0",
|
|
"description": "SlidingPaneLayout offers a responsive, two pane layout that automatically switches between overlapping panes on smaller devices to a side by side view on larger devices.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Support Sliding Pane Layout",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/slidingpanelayout#1.2.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.startup:startup-runtime",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.1.1",
|
|
"description": "Android App Startup Runtime",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Android App Startup Runtime",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/startup#1.1.1",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.tracing:tracing",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.3.0",
|
|
"description": "Android Tracing",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Tracing",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/tracing#1.3.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.tracing:tracing-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.3.0",
|
|
"description": "Android Tracing",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Tracing",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/tracing#1.3.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.tracing:tracing-ktx",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.3.0",
|
|
"description": "Android Tracing",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Tracing Kotlin Extensions",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/tracing#1.3.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.transition:transition",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.5.0",
|
|
"description": "Android Transition Support Library",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Transition",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/transition#1.5.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "androidx.vectordrawable:vectordrawable",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.1.0",
|
|
"description": "Android Support VectorDrawable",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "http://source.android.com"
|
|
},
|
|
"name": "Support VectorDrawable",
|
|
"website": "https://developer.android.com/jetpack/androidx",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.vectordrawable:vectordrawable-animated",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.1.0",
|
|
"description": "Android Support AnimatedVectorDrawable",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "http://source.android.com"
|
|
},
|
|
"name": "Support AnimatedVectorDrawable",
|
|
"website": "https://developer.android.com/jetpack/androidx",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.versionedparcelable:versionedparcelable",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.1.1",
|
|
"description": "Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "http://source.android.com"
|
|
},
|
|
"name": "VersionedParcelable",
|
|
"website": "http://developer.android.com/tools/extras/support-library.html",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.viewpager2:viewpager2",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.1.0-beta02",
|
|
"description": "AndroidX Widget ViewPager2",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "ViewPager2",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/viewpager2#1.1.0-beta02",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.viewpager:viewpager",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.0.0",
|
|
"description": "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "http://source.android.com"
|
|
},
|
|
"name": "Support View Pager",
|
|
"website": "http://developer.android.com/tools/extras/support-library.html",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "androidx.window:window",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.0.0",
|
|
"description": "WindowManager Jetpack library. Currently only provides additional functionality on foldable devices.",
|
|
"scm": {
|
|
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
|
|
"url": "https://cs.android.com/androidx/platform/frameworks/support"
|
|
},
|
|
"name": "Jetpack WindowManager Library",
|
|
"website": "https://developer.android.com/jetpack/androidx/releases/window#1.0.0",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "com.google.accompanist:accompanist-permissions",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "Google"
|
|
}
|
|
],
|
|
"artifactVersion": "0.36.0",
|
|
"description": "Utilities for Jetpack Compose",
|
|
"scm": {
|
|
"connection": "scm:git:git://github.com/google/accompanist.git",
|
|
"url": "https://github.com/google/accompanist/",
|
|
"developerConnection": "scm:git:git://github.com/google/accompanist.git"
|
|
},
|
|
"name": "Accompanist Permissions",
|
|
"website": "https://github.com/google/accompanist/",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "com.google.android.material:material",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "The Android Open Source Project"
|
|
}
|
|
],
|
|
"artifactVersion": "1.13.0",
|
|
"description": "Material Components for Android is a static library that you can add to your Android application in order to use APIs that provide implementations of the Material Design specification. Compatible on devices running API 21 or later.",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/material-components/material-components-android.git",
|
|
"url": "https://github.com/material-components/material-components-android"
|
|
},
|
|
"name": "Material Components for Android",
|
|
"website": "https://github.com/material-components/material-components-android",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "com.google.errorprone:error_prone_annotations",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "Eddie Aftandilian"
|
|
}
|
|
],
|
|
"artifactVersion": "2.15.0",
|
|
"description": "Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/google/error-prone.git/error_prone_annotations",
|
|
"url": "https://github.com/google/error-prone/error_prone_annotations",
|
|
"developerConnection": "scm:git:git@github.com:google/error-prone.git/error_prone_annotations"
|
|
},
|
|
"name": "error-prone annotations",
|
|
"website": "https://errorprone.info/error_prone_annotations",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
],
|
|
"organization": {
|
|
"url": "http://www.google.com",
|
|
"name": "Google LLC"
|
|
}
|
|
},
|
|
{
|
|
"uniqueId": "com.google.guava:listenablefuture",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "http://www.google.com",
|
|
"name": "Kevin Bourrillion"
|
|
}
|
|
],
|
|
"artifactVersion": "1.0",
|
|
"description": "Contains Guava's com.google.common.util.concurrent.ListenableFuture class,\n without any of its other classes -- but is also available in a second\n \"version\" that omits the class to avoid conflicts with the copy in Guava\n itself. The idea is:\n\n - If users want only ListenableFuture, they depend on listenablefuture-1.0.\n\n - If users want all of Guava, they depend on guava, which, as of Guava\n 27.0, depends on\n listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-...\n version number is enough for some build systems (notably, Gradle) to select\n that empty artifact over the \"real\" listenablefuture-1.0 -- avoiding a\n conflict with the copy of ListenableFuture in guava itself. If users are\n using an older version of Guava or a build system other than Gradle, they\n may see class conflicts. If so, they can solve them by manually excluding\n the listenablefuture artifact or manually forcing their build systems to\n use 9999.0-....",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/google/guava.git/listenablefuture",
|
|
"url": "https://github.com/google/guava/listenablefuture",
|
|
"developerConnection": "scm:git:git@github.com:google/guava.git/listenablefuture"
|
|
},
|
|
"name": "Guava ListenableFuture only",
|
|
"website": "https://github.com/google/guava/listenablefuture",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "com.mikepenz:aboutlibraries-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "Mike Penz"
|
|
}
|
|
],
|
|
"artifactVersion": "13.0.0-rc01",
|
|
"description": "AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.",
|
|
"scm": {
|
|
"connection": "scm:git@github.com:mikepenz/AboutLibraries.git",
|
|
"url": "https://github.com/mikepenz/AboutLibraries",
|
|
"developerConnection": "scm:git@github.com:mikepenz/AboutLibraries.git"
|
|
},
|
|
"name": "AboutLibraries View Library",
|
|
"website": "https://github.com/mikepenz/AboutLibraries",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "com.mikepenz:aboutlibraries-compose-core",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "Mike Penz"
|
|
}
|
|
],
|
|
"artifactVersion": "13.0.0-rc01",
|
|
"description": "AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.",
|
|
"scm": {
|
|
"connection": "scm:git@github.com:mikepenz/AboutLibraries.git",
|
|
"url": "https://github.com/mikepenz/AboutLibraries",
|
|
"developerConnection": "scm:git@github.com:mikepenz/AboutLibraries.git"
|
|
},
|
|
"name": "AboutLibraries Compose UI Library",
|
|
"website": "https://github.com/mikepenz/AboutLibraries",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "com.mikepenz:aboutlibraries-compose-core-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "Mike Penz"
|
|
}
|
|
],
|
|
"artifactVersion": "13.0.0-rc01",
|
|
"description": "AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.",
|
|
"scm": {
|
|
"connection": "scm:git@github.com:mikepenz/AboutLibraries.git",
|
|
"url": "https://github.com/mikepenz/AboutLibraries",
|
|
"developerConnection": "scm:git@github.com:mikepenz/AboutLibraries.git"
|
|
},
|
|
"name": "AboutLibraries Compose UI Library",
|
|
"website": "https://github.com/mikepenz/AboutLibraries",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "com.mikepenz:aboutlibraries-compose-m3",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "Mike Penz"
|
|
}
|
|
],
|
|
"artifactVersion": "13.0.0-rc01",
|
|
"description": "AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.",
|
|
"scm": {
|
|
"connection": "scm:git@github.com:mikepenz/AboutLibraries.git",
|
|
"url": "https://github.com/mikepenz/AboutLibraries",
|
|
"developerConnection": "scm:git@github.com:mikepenz/AboutLibraries.git"
|
|
},
|
|
"name": "AboutLibraries Compose Material 3 Library",
|
|
"website": "https://github.com/mikepenz/AboutLibraries",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "com.mikepenz:aboutlibraries-compose-m3-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "Mike Penz"
|
|
}
|
|
],
|
|
"artifactVersion": "13.0.0-rc01",
|
|
"description": "AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.",
|
|
"scm": {
|
|
"connection": "scm:git@github.com:mikepenz/AboutLibraries.git",
|
|
"url": "https://github.com/mikepenz/AboutLibraries",
|
|
"developerConnection": "scm:git@github.com:mikepenz/AboutLibraries.git"
|
|
},
|
|
"name": "AboutLibraries Compose Material 3 Library",
|
|
"website": "https://github.com/mikepenz/AboutLibraries",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "com.mikepenz:aboutlibraries-core",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "Mike Penz"
|
|
}
|
|
],
|
|
"artifactVersion": "13.0.0-rc01",
|
|
"description": "AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.",
|
|
"scm": {
|
|
"connection": "scm:git@github.com:mikepenz/AboutLibraries.git",
|
|
"url": "https://github.com/mikepenz/AboutLibraries",
|
|
"developerConnection": "scm:git@github.com:mikepenz/AboutLibraries.git"
|
|
},
|
|
"name": "AboutLibraries Core Library",
|
|
"website": "https://github.com/mikepenz/AboutLibraries",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "com.mikepenz:aboutlibraries-core-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "Mike Penz"
|
|
}
|
|
],
|
|
"artifactVersion": "13.0.0-rc01",
|
|
"description": "AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.",
|
|
"scm": {
|
|
"connection": "scm:git@github.com:mikepenz/AboutLibraries.git",
|
|
"url": "https://github.com/mikepenz/AboutLibraries",
|
|
"developerConnection": "scm:git@github.com:mikepenz/AboutLibraries.git"
|
|
},
|
|
"name": "AboutLibraries Core Library",
|
|
"website": "https://github.com/mikepenz/AboutLibraries",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "com.mikepenz:fastadapter",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "Mike Penz"
|
|
}
|
|
],
|
|
"artifactVersion": "5.7.0",
|
|
"description": "The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...",
|
|
"scm": {
|
|
"connection": "scm:git@github.com:mikepenz/FastAdapter.git",
|
|
"url": "https://github.com/mikepenz/FastAdapter",
|
|
"developerConnection": "scm:git@github.com:mikepenz/FastAdapter.git"
|
|
},
|
|
"name": "FastAdapter Library",
|
|
"website": "https://github.com/mikepenz/FastAdapter",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "dev.chrisbanes.haze:haze",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "Chris Banes"
|
|
}
|
|
],
|
|
"artifactVersion": "1.6.10",
|
|
"description": "Haze",
|
|
"scm": {
|
|
"connection": "scm:git:git://github.com/chrisbanes/haze.git",
|
|
"url": "https://github.com/chrisbanes/haze/",
|
|
"developerConnection": "scm:git:git://github.com/chrisbanes/haze.git"
|
|
},
|
|
"name": "Haze",
|
|
"website": "https://github.com/chrisbanes/haze/",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "dev.chrisbanes.haze:haze-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "Chris Banes"
|
|
}
|
|
],
|
|
"artifactVersion": "1.6.10",
|
|
"description": "Haze",
|
|
"scm": {
|
|
"connection": "scm:git:git://github.com/chrisbanes/haze.git",
|
|
"url": "https://github.com/chrisbanes/haze/",
|
|
"developerConnection": "scm:git:git://github.com/chrisbanes/haze.git"
|
|
},
|
|
"name": "Haze",
|
|
"website": "https://github.com/chrisbanes/haze/",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "dev.chrisbanes.haze:haze-materials",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "Chris Banes"
|
|
}
|
|
],
|
|
"artifactVersion": "1.6.10",
|
|
"description": "Haze",
|
|
"scm": {
|
|
"connection": "scm:git:git://github.com/chrisbanes/haze.git",
|
|
"url": "https://github.com/chrisbanes/haze/",
|
|
"developerConnection": "scm:git:git://github.com/chrisbanes/haze.git"
|
|
},
|
|
"name": "Haze Materials",
|
|
"website": "https://github.com/chrisbanes/haze/",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "dev.chrisbanes.haze:haze-materials-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "Chris Banes"
|
|
}
|
|
],
|
|
"artifactVersion": "1.6.10",
|
|
"description": "Haze",
|
|
"scm": {
|
|
"connection": "scm:git:git://github.com/chrisbanes/haze.git",
|
|
"url": "https://github.com/chrisbanes/haze/",
|
|
"developerConnection": "scm:git:git://github.com/chrisbanes/haze.git"
|
|
},
|
|
"name": "Haze Materials",
|
|
"website": "https://github.com/chrisbanes/haze/",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.androidx.lifecycle:lifecycle-common",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4-rc01",
|
|
"description": "Android Lifecycle-Common",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Lifecycle-Common",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.androidx.lifecycle:lifecycle-runtime",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4-rc01",
|
|
"description": "Android Lifecycle Runtime",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Lifecycle Runtime",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4-rc01",
|
|
"description": "Compose integration with Lifecycle",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Lifecycle Runtime Compose",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4-rc01",
|
|
"description": "Android Lifecycle ViewModel",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Lifecycle ViewModel",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "2.9.4-rc01",
|
|
"description": "Android Lifecycle ViewModel",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Lifecycle ViewModel with SavedState",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.androidx.savedstate:savedstate",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.3.4-rc01",
|
|
"description": "Android Lifecycle Saved State",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Saved State",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.androidx.savedstate:savedstate-compose",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.3.4-rc01",
|
|
"description": "Compose integration with Saved State",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Saved State Compose",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.animation:animation",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0-rc02",
|
|
"description": "Compose animation library",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose Animation",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.animation:animation-core",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0-rc02",
|
|
"description": "Animation engine and animation primitives that are the building blocks of the Compose animation library",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose Animation Core",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.annotation-internal:annotation",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0-rc02",
|
|
"description": "Provides source annotations for tooling and readability.",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Annotation",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.collection-internal:collection",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0-rc02",
|
|
"description": "Standalone efficient collections.",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "collections",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.foundation:foundation",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0-rc02",
|
|
"description": "Higher level abstractions of the Compose UI primitives. This library is design system agnostic, providing the high-level building blocks for both application and design-system developers",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose Foundation",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.foundation:foundation-layout",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0-rc02",
|
|
"description": "Compose layout implementations",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose Layouts",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.material3:material3",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.8.2",
|
|
"description": "Compose Material You Design Components library",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose Material3 Components",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.material:material-ripple",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.8.2",
|
|
"description": "Material ripple used to build interactive components",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose Material Ripple",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.runtime:runtime",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0-rc02",
|
|
"description": "Tree composition support for code generated by the Compose compiler plugin and corresponding public API",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose Runtime",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.runtime:runtime-saveable",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0-rc02",
|
|
"description": "Compose components that allow saving and restoring the local ui state",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose Saveable",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.ui:ui",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0-rc02",
|
|
"description": "Compose UI primitives. This library contains the primitives that form the Compose UI Toolkit, such as drawing, measurement and layout.",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose UI primitives",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.ui:ui-backhandler",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.8.2",
|
|
"description": "Provides BackHandler in Compose Multiplatform projects",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose Multiplatform BackHandler",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.ui:ui-backhandler-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.8.2",
|
|
"description": "Provides BackHandler in Compose Multiplatform projects",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose Multiplatform BackHandler",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.ui:ui-backhandler-android-debug",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.8.2",
|
|
"description": "Provides BackHandler in Compose Multiplatform projects",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose Multiplatform BackHandler",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.ui:ui-geometry",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0-rc02",
|
|
"description": "Compose classes related to dimensions without units",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose Geometry",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.ui:ui-graphics",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0-rc02",
|
|
"description": "Compose graphics",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose Graphics",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.ui:ui-text",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0-rc02",
|
|
"description": "Compose Text primitives and utilities",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose UI Text",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.ui:ui-tooling-preview",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0-rc02",
|
|
"description": "Compose tooling library API. This library provides the API required to declare @Preview composables in user apps.",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose UI Preview Tooling",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.ui:ui-unit",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0-rc02",
|
|
"description": "Compose classes for simple units",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose Unit",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.compose.ui:ui-util",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Compose Multiplatform Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0-rc02",
|
|
"description": "Internal Compose utilities used by other modules",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
|
|
"url": "https://github.com/JetBrains/compose-jb",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/compose-jb.git"
|
|
},
|
|
"name": "Compose Util",
|
|
"website": "https://github.com/JetBrains/compose-jb",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.kotlin:kotlin-android-extensions-runtime",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Kotlin Team"
|
|
}
|
|
],
|
|
"artifactVersion": "2.1.10",
|
|
"description": "Kotlin Android Extensions Runtime",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/kotlin.git",
|
|
"url": "https://github.com/JetBrains/kotlin",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/kotlin.git"
|
|
},
|
|
"name": "Kotlin Android Extensions Runtime",
|
|
"website": "https://kotlinlang.org/",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.kotlin:kotlin-bom",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "JetBrains Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.8.22",
|
|
"description": "Kotlin is a statically typed programming language that compiles to JVM byte codes and JavaScript",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/kotlin.git",
|
|
"url": "https://github.com/JetBrains/kotlin",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/kotlin.git"
|
|
},
|
|
"name": "Kotlin Libraries bill-of-materials",
|
|
"website": "https://kotlinlang.org/",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.kotlin:kotlin-parcelize-runtime",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Kotlin Team"
|
|
}
|
|
],
|
|
"artifactVersion": "2.1.10",
|
|
"description": "Runtime library for the Parcelize compiler plugin",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/kotlin.git",
|
|
"url": "https://github.com/JetBrains/kotlin",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/kotlin.git"
|
|
},
|
|
"name": "Parcelize Runtime",
|
|
"website": "https://kotlinlang.org/",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.kotlin:kotlin-stdlib",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Kotlin Team"
|
|
}
|
|
],
|
|
"artifactVersion": "2.2.20",
|
|
"description": "Kotlin Standard Library",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/kotlin.git",
|
|
"url": "https://github.com/JetBrains/kotlin",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/kotlin.git"
|
|
},
|
|
"name": "Kotlin Stdlib",
|
|
"website": "https://kotlinlang.org/",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.kotlin:kotlin-stdlib-common",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "Kotlin Team"
|
|
}
|
|
],
|
|
"artifactVersion": "2.2.20",
|
|
"description": "Kotlin Common Standard Library (legacy, use kotlin-stdlib instead)",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/JetBrains/kotlin.git",
|
|
"url": "https://github.com/JetBrains/kotlin",
|
|
"developerConnection": "scm:git:https://github.com/JetBrains/kotlin.git"
|
|
},
|
|
"name": "Kotlin Stdlib Common",
|
|
"website": "https://kotlinlang.org/",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.kotlinx:kotlinx-collections-immutable",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "JetBrains Team"
|
|
}
|
|
],
|
|
"artifactVersion": "0.4.0",
|
|
"description": "Kotlin Immutable Collections multiplatform library",
|
|
"scm": {
|
|
"url": "https://github.com/Kotlin/kotlinx.collections.immutable"
|
|
},
|
|
"name": "kotlinx-collections-immutable",
|
|
"website": "https://github.com/Kotlin/kotlinx.collections.immutable",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "JetBrains Team"
|
|
}
|
|
],
|
|
"artifactVersion": "0.4.0",
|
|
"description": "Kotlin Immutable Collections multiplatform library",
|
|
"scm": {
|
|
"url": "https://github.com/Kotlin/kotlinx.collections.immutable"
|
|
},
|
|
"name": "kotlinx-collections-immutable",
|
|
"website": "https://github.com/Kotlin/kotlinx.collections.immutable",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.kotlinx:kotlinx-coroutines-android",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "JetBrains Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.10.2",
|
|
"description": "Coroutines support libraries for Kotlin",
|
|
"scm": {
|
|
"url": "https://github.com/Kotlin/kotlinx.coroutines"
|
|
},
|
|
"name": "kotlinx-coroutines-android",
|
|
"website": "https://github.com/Kotlin/kotlinx.coroutines",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.kotlinx:kotlinx-coroutines-bom",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "JetBrains Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.10.2",
|
|
"description": "Coroutines support libraries for Kotlin",
|
|
"scm": {
|
|
"url": "https://github.com/Kotlin/kotlinx.coroutines"
|
|
},
|
|
"name": "kotlinx-coroutines-bom",
|
|
"website": "https://github.com/Kotlin/kotlinx.coroutines",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.kotlinx:kotlinx-coroutines-core",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "JetBrains Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.10.2",
|
|
"description": "Coroutines support libraries for Kotlin",
|
|
"scm": {
|
|
"url": "https://github.com/Kotlin/kotlinx.coroutines"
|
|
},
|
|
"name": "kotlinx-coroutines-core",
|
|
"website": "https://github.com/Kotlin/kotlinx.coroutines",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "JetBrains Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.10.2",
|
|
"description": "Coroutines support libraries for Kotlin",
|
|
"scm": {
|
|
"url": "https://github.com/Kotlin/kotlinx.coroutines"
|
|
},
|
|
"name": "kotlinx-coroutines-core",
|
|
"website": "https://github.com/Kotlin/kotlinx.coroutines",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.kotlinx:kotlinx-serialization-bom",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "JetBrains Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0",
|
|
"description": "Kotlin multiplatform serialization runtime library",
|
|
"scm": {
|
|
"url": "https://github.com/Kotlin/kotlinx.serialization"
|
|
},
|
|
"name": "kotlinx-serialization-bom",
|
|
"website": "https://github.com/Kotlin/kotlinx.serialization",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.kotlinx:kotlinx-serialization-core",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "JetBrains Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0",
|
|
"description": "Kotlin multiplatform serialization runtime library",
|
|
"scm": {
|
|
"url": "https://github.com/Kotlin/kotlinx.serialization"
|
|
},
|
|
"name": "kotlinx-serialization-core",
|
|
"website": "https://github.com/Kotlin/kotlinx.serialization",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.kotlinx:kotlinx-serialization-core-jvm",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "JetBrains Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0",
|
|
"description": "Kotlin multiplatform serialization runtime library",
|
|
"scm": {
|
|
"url": "https://github.com/Kotlin/kotlinx.serialization"
|
|
},
|
|
"name": "kotlinx-serialization-core",
|
|
"website": "https://github.com/Kotlin/kotlinx.serialization",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.kotlinx:kotlinx-serialization-json",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "JetBrains Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0",
|
|
"description": "Kotlin multiplatform serialization runtime library",
|
|
"scm": {
|
|
"url": "https://github.com/Kotlin/kotlinx.serialization"
|
|
},
|
|
"name": "kotlinx-serialization-json",
|
|
"website": "https://github.com/Kotlin/kotlinx.serialization",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains.kotlinx:kotlinx-serialization-json-jvm",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "JetBrains Team"
|
|
}
|
|
],
|
|
"artifactVersion": "1.9.0",
|
|
"description": "Kotlin multiplatform serialization runtime library",
|
|
"scm": {
|
|
"url": "https://github.com/Kotlin/kotlinx.serialization"
|
|
},
|
|
"name": "kotlinx-serialization-json",
|
|
"website": "https://github.com/Kotlin/kotlinx.serialization",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jetbrains:annotations",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"organisationUrl": "https://www.jetbrains.com",
|
|
"name": "JetBrains Team"
|
|
}
|
|
],
|
|
"artifactVersion": "26.0.2",
|
|
"description": "A set of annotations used for code inspection support and code documentation.",
|
|
"scm": {
|
|
"connection": "scm:git:git://github.com/JetBrains/java-annotations.git",
|
|
"url": "https://github.com/JetBrains/java-annotations",
|
|
"developerConnection": "scm:git:ssh://github.com:JetBrains/java-annotations.git"
|
|
},
|
|
"name": "JetBrains Java Annotations",
|
|
"website": "https://github.com/JetBrains/java-annotations",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.jspecify:jspecify",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "Kevin Bourrillion"
|
|
}
|
|
],
|
|
"artifactVersion": "1.0.0",
|
|
"description": "An artifact of well-named and well-specified annotations to power static analysis checks",
|
|
"scm": {
|
|
"connection": "scm:git:git@github.com:jspecify/jspecify.git",
|
|
"url": "https://github.com/jspecify/jspecify/",
|
|
"developerConnection": "scm:git:git@github.com:jspecify/jspecify.git"
|
|
},
|
|
"name": "JSpecify annotations",
|
|
"website": "http://jspecify.org/",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"uniqueId": "org.lsposed.hiddenapibypass:hiddenapibypass",
|
|
"funding": [
|
|
|
|
],
|
|
"developers": [
|
|
{
|
|
"name": "LSPosed"
|
|
}
|
|
],
|
|
"artifactVersion": "6.1",
|
|
"description": "Bypass restrictions on non-SDK interfaces",
|
|
"scm": {
|
|
"connection": "scm:git:https://github.com/LSPosed/AndroidHiddenApiBypass.git",
|
|
"url": "https://github.com/LSPosed/AndroidHiddenApiBypass"
|
|
},
|
|
"name": "Android Hidden Api Bypass",
|
|
"website": "https://github.com/LSPosed/AndroidHiddenApiBypass",
|
|
"licenses": [
|
|
"Apache-2.0"
|
|
]
|
|
}
|
|
],
|
|
"licenses": {
|
|
"Apache-2.0": {
|
|
"content": "Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n\"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.\n\n\"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.\n\n\"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.\n\n\"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License.\n\n\"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.\n\n\"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.\n\n\"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).\n\n\"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.\n\n\"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\"\n\n\"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:\n\n (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.\n\n You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\nTo apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.",
|
|
"hash": "Apache-2.0",
|
|
"internalHash": "Apache-2.0",
|
|
"url": "https://spdx.org/licenses/Apache-2.0.html",
|
|
"spdxId": "Apache-2.0",
|
|
"name": "Apache License 2.0"
|
|
}
|
|
}
|
|
} |