{
  "formatVersion": "1.1",
  "component": {
    "url": "../../rag-base/1.0.0/rag-base-1.0.0.module",
    "group": "ai.koog",
    "module": "rag-base",
    "version": "1.0.0",
    "attributes": {
      "org.gradle.status": "release"
    }
  },
  "createdBy": {
    "gradle": {
      "version": "8.14.3"
    }
  },
  "variants": [
    {
      "name": "releaseApiElements-published",
      "attributes": {
        "org.gradle.category": "library",
        "org.gradle.jvm.environment": "android",
        "org.gradle.usage": "java-api",
        "org.jetbrains.kotlin.platform.type": "androidJvm"
      },
      "dependencies": [
        {
          "group": "org.jetbrains.kotlinx",
          "module": "kotlinx-coroutines-core",
          "version": {
            "requires": "1.10.2"
          }
        },
        {
          "group": "org.jetbrains.kotlinx",
          "module": "kotlinx-serialization-json",
          "version": {
            "requires": "1.10.0"
          }
        },
        {
          "group": "org.jetbrains.kotlinx",
          "module": "kotlinx-io-core",
          "version": {
            "requires": "0.9.0"
          }
        },
        {
          "group": "org.jetbrains.kotlin",
          "module": "kotlin-stdlib",
          "version": {
            "requires": "2.3.10"
          }
        }
      ],
      "files": [
        {
          "name": "rag-base-release.aar",
          "url": "rag-base-android-1.0.0.aar",
          "size": 182305,
          "sha512": "27a7b37dd153fc7fd6d160721c496bdfe999da24fe4a3e538b7122f8b8d888b7cb7280aa33e71d8e034d84256f3f8810be4e36eacded0b4083443e83ef2bec55",
          "sha256": "f6abdfaef9a02c48425f8b33be91334aec0be5ab4f6e97454b38e9d0b80e8b8e",
          "sha1": "a6e2c1838f028480ebca6818b7424f4dfd4d0913",
          "md5": "7aabc734578c95bd9f65ade5a75a1a88"
        }
      ]
    },
    {
      "name": "releaseRuntimeElements-published",
      "attributes": {
        "org.gradle.category": "library",
        "org.gradle.jvm.environment": "android",
        "org.gradle.usage": "java-runtime",
        "org.jetbrains.kotlin.platform.type": "androidJvm"
      },
      "dependencies": [
        {
          "group": "org.jetbrains.kotlin",
          "module": "kotlin-bom",
          "version": {
            "requires": "2.3.10"
          },
          "excludes": [
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-stdlib-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-annotations-common"
            }
          ],
          "attributes": {
            "org.gradle.category": "platform"
          }
        },
        {
          "group": "org.jetbrains.kotlinx",
          "module": "kotlinx-coroutines-core",
          "version": {
            "requires": "1.10.2"
          },
          "excludes": [
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-stdlib-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-annotations-common"
            }
          ]
        },
        {
          "group": "org.jetbrains.kotlinx",
          "module": "kotlinx-serialization-json",
          "version": {
            "requires": "1.10.0"
          },
          "excludes": [
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-stdlib-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-annotations-common"
            }
          ]
        },
        {
          "group": "org.jetbrains.kotlinx",
          "module": "kotlinx-io-core",
          "version": {
            "requires": "0.9.0"
          },
          "excludes": [
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-stdlib-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-annotations-common"
            }
          ]
        },
        {
          "group": "org.jetbrains.kotlin",
          "module": "kotlin-stdlib",
          "version": {
            "requires": "2.3.10"
          },
          "excludes": [
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-stdlib-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-annotations-common"
            }
          ]
        }
      ],
      "files": [
        {
          "name": "rag-base-release.aar",
          "url": "rag-base-android-1.0.0.aar",
          "size": 182305,
          "sha512": "27a7b37dd153fc7fd6d160721c496bdfe999da24fe4a3e538b7122f8b8d888b7cb7280aa33e71d8e034d84256f3f8810be4e36eacded0b4083443e83ef2bec55",
          "sha256": "f6abdfaef9a02c48425f8b33be91334aec0be5ab4f6e97454b38e9d0b80e8b8e",
          "sha1": "a6e2c1838f028480ebca6818b7424f4dfd4d0913",
          "md5": "7aabc734578c95bd9f65ade5a75a1a88"
        }
      ]
    },
    {
      "name": "releaseSourcesElements-published",
      "attributes": {
        "org.gradle.category": "documentation",
        "org.gradle.dependency.bundling": "external",
        "org.gradle.docstype": "sources",
        "org.gradle.jvm.environment": "android",
        "org.gradle.libraryelements": "jar",
        "org.gradle.usage": "java-runtime",
        "org.jetbrains.kotlin.platform.type": "androidJvm"
      },
      "files": [
        {
          "name": "rag-base-android-1.0.0-sources.jar",
          "url": "rag-base-android-1.0.0-sources.jar",
          "size": 29442,
          "sha512": "819a330b7dd9d3d076e66d0c10ee59fbd4551befc712830c4dab7c82e310b6218ef5941d8de4c54f516498449b128c2f7d8df2bb097ee80cd0c8577547a263f1",
          "sha256": "cc8c65e84b001193f72f664c6b4c0a13b6ba56ac72fa002baf0eca2e54cedf32",
          "sha1": "45d5e73ad42b0541bd4942dc7e108c244c3640a1",
          "md5": "5c484d447dc3ae9b2f3e12dd918c4efa"
        }
      ]
    }
  ]
}
