{
  "formatVersion": "1.1",
  "component": {
    "group": "com.github.fmjsjx",
    "module": "libnetty-example",
    "version": "3.5.4",
    "attributes": {
      "org.gradle.status": "release"
    }
  },
  "createdBy": {
    "gradle": {
      "version": "8.5"
    }
  },
  "variants": [
    {
      "name": "apiElements",
      "attributes": {
        "org.gradle.category": "library",
        "org.gradle.dependency.bundling": "external",
        "org.gradle.jvm.environment": "standard-jvm",
        "org.gradle.jvm.version": 17,
        "org.gradle.libraryelements": "jar",
        "org.gradle.usage": "java-api",
        "org.jetbrains.kotlin.platform.type": "jvm"
      },
      "dependencies": [
        {
          "group": "io.netty",
          "module": "netty-bom",
          "version": {
            "requires": "4.1.108.Final"
          },
          "attributes": {
            "org.gradle.category": "platform"
          },
          "endorseStrictVersions": true
        },
        {
          "group": "com.github.fmjsjx",
          "module": "libcommon-bom",
          "version": {
            "requires": "3.7.0"
          },
          "attributes": {
            "org.gradle.category": "platform"
          },
          "endorseStrictVersions": true
        },
        {
          "group": "com.fasterxml.jackson",
          "module": "jackson-bom",
          "version": {
            "requires": "2.17.0"
          },
          "attributes": {
            "org.gradle.category": "platform"
          },
          "endorseStrictVersions": true
        }
      ],
      "dependencyConstraints": [
        {
          "group": "org.slf4j",
          "module": "slf4j-api",
          "version": {
            "requires": "2.0.12"
          }
        },
        {
          "group": "com.alibaba.fastjson2",
          "module": "fastjson2",
          "version": {
            "requires": "2.0.47"
          }
        },
        {
          "group": "com.alibaba.fastjson2",
          "module": "fastjson2-kotlin",
          "version": {
            "requires": "2.0.47"
          }
        }
      ],
      "files": [
        {
          "name": "libnetty-example-3.5.4.jar",
          "url": "libnetty-example-3.5.4.jar",
          "size": 180945,
          "sha512": "cd515673981a25301e6d323d3cdc1da7736e884e09ab953db461954c420acff0caec507d73ff2a561d728f170ab4e2594f9304f53473c785d31fe2c874ae1381",
          "sha256": "bba9a4f007509ba7586904bc9d476168170d4033c318e68f907e710ef08c6cc0",
          "sha1": "e5f655a4be1346620c9545540a71cdf60efe6e94",
          "md5": "b669d4217440b5ef8a274bd16176006a"
        }
      ]
    },
    {
      "name": "runtimeElements",
      "attributes": {
        "org.gradle.category": "library",
        "org.gradle.dependency.bundling": "external",
        "org.gradle.jvm.environment": "standard-jvm",
        "org.gradle.jvm.version": 17,
        "org.gradle.libraryelements": "jar",
        "org.gradle.usage": "java-runtime",
        "org.jetbrains.kotlin.platform.type": "jvm"
      },
      "dependencies": [
        {
          "group": "org.apache.logging.log4j",
          "module": "log4j-bom",
          "version": {
            "requires": "2.23.1"
          },
          "attributes": {
            "org.gradle.category": "platform"
          },
          "endorseStrictVersions": true
        },
        {
          "group": "org.jetbrains.kotlinx",
          "module": "kotlinx-coroutines-bom",
          "version": {
            "requires": "1.8.0"
          },
          "attributes": {
            "org.gradle.category": "platform"
          },
          "endorseStrictVersions": true
        },
        {
          "group": "org.slf4j",
          "module": "slf4j-api",
          "version": {
            "requires": "2.0.12"
          }
        },
        {
          "group": "org.apache.logging.log4j",
          "module": "log4j-slf4j2-impl",
          "version": {
            "requires": "2.23.1"
          }
        },
        {
          "group": "com.github.fmjsjx",
          "module": "libnetty-fastcgi",
          "version": {
            "requires": "3.5.4"
          }
        },
        {
          "group": "com.github.fmjsjx",
          "module": "libnetty-http",
          "version": {
            "requires": "3.5.4"
          }
        },
        {
          "group": "com.github.fmjsjx",
          "module": "libnetty-http-client",
          "version": {
            "requires": "3.5.4"
          }
        },
        {
          "group": "com.github.fmjsjx",
          "module": "libnetty-http-server",
          "version": {
            "requires": "3.5.4"
          }
        },
        {
          "group": "com.github.fmjsjx",
          "module": "libnetty-resp",
          "version": {
            "requires": "3.5.4"
          }
        },
        {
          "group": "com.github.fmjsjx",
          "module": "libnetty-resp3",
          "version": {
            "requires": "3.5.4"
          }
        },
        {
          "group": "com.github.fmjsjx",
          "module": "libnetty-transport",
          "version": {
            "requires": "3.5.4"
          }
        },
        {
          "group": "io.netty",
          "module": "netty-transport-native-epoll",
          "version": {
            "requires": "4.1.108.Final"
          },
          "thirdPartyCompatibility": {
            "artifactSelector": {
              "name": "netty-transport-native-epoll",
              "type": "jar",
              "extension": "jar",
              "classifier": "linux-x86_64"
            }
          }
        },
        {
          "group": "io.netty",
          "module": "netty-transport-native-kqueue",
          "version": {
            "requires": "4.1.108.Final"
          },
          "thirdPartyCompatibility": {
            "artifactSelector": {
              "name": "netty-transport-native-kqueue",
              "type": "jar",
              "extension": "jar",
              "classifier": "osx-x86_64"
            }
          }
        },
        {
          "group": "io.netty",
          "module": "netty-tcnative-boringssl-static",
          "version": {
            "requires": "2.0.65.Final"
          },
          "thirdPartyCompatibility": {
            "artifactSelector": {
              "name": "netty-tcnative-boringssl-static",
              "type": "jar",
              "extension": "jar",
              "classifier": "linux-aarch_64"
            }
          }
        },
        {
          "group": "io.netty",
          "module": "netty-tcnative-boringssl-static",
          "version": {
            "requires": "2.0.65.Final"
          },
          "thirdPartyCompatibility": {
            "artifactSelector": {
              "name": "netty-tcnative-boringssl-static",
              "type": "jar",
              "extension": "jar",
              "classifier": "linux-x86_64"
            }
          }
        },
        {
          "group": "io.netty",
          "module": "netty-tcnative-boringssl-static",
          "version": {
            "requires": "2.0.65.Final"
          },
          "thirdPartyCompatibility": {
            "artifactSelector": {
              "name": "netty-tcnative-boringssl-static",
              "type": "jar",
              "extension": "jar",
              "classifier": "osx-x86_64"
            }
          }
        },
        {
          "group": "io.netty",
          "module": "netty-tcnative-boringssl-static",
          "version": {
            "requires": "2.0.65.Final"
          },
          "thirdPartyCompatibility": {
            "artifactSelector": {
              "name": "netty-tcnative-boringssl-static",
              "type": "jar",
              "extension": "jar",
              "classifier": "windows-x86_64"
            }
          }
        },
        {
          "group": "com.fasterxml.jackson.core",
          "module": "jackson-databind",
          "version": {
            "requires": "2.17.0"
          }
        },
        {
          "group": "com.fasterxml.jackson.datatype",
          "module": "jackson-datatype-jdk8",
          "version": {
            "requires": "2.17.0"
          }
        },
        {
          "group": "com.fasterxml.jackson.datatype",
          "module": "jackson-datatype-jsr310",
          "version": {
            "requires": "2.17.0"
          }
        },
        {
          "group": "com.github.fmjsjx",
          "module": "libcommon-kotlin",
          "version": {
            "requires": "3.7.0"
          }
        },
        {
          "group": "org.jetbrains.kotlin",
          "module": "kotlin-reflect",
          "version": {
            "requires": "1.9.10"
          }
        },
        {
          "group": "org.jetbrains.kotlin",
          "module": "kotlin-stdlib-jdk8",
          "version": {
            "requires": "1.9.10"
          }
        },
        {
          "group": "org.jetbrains.kotlinx",
          "module": "kotlinx-coroutines-jdk8",
          "version": {
            "requires": "1.8.0"
          }
        },
        {
          "group": "org.jetbrains.kotlinx",
          "module": "kotlinx-coroutines-reactor",
          "version": {
            "requires": "1.8.0"
          }
        },
        {
          "group": "org.bouncycastle",
          "module": "bcpkix-jdk15to18",
          "version": {
            "requires": "1.76"
          }
        },
        {
          "group": "io.netty",
          "module": "netty-bom",
          "version": {
            "requires": "4.1.108.Final"
          },
          "attributes": {
            "org.gradle.category": "platform"
          },
          "endorseStrictVersions": true
        },
        {
          "group": "com.github.fmjsjx",
          "module": "libcommon-bom",
          "version": {
            "requires": "3.7.0"
          },
          "attributes": {
            "org.gradle.category": "platform"
          },
          "endorseStrictVersions": true
        },
        {
          "group": "com.fasterxml.jackson",
          "module": "jackson-bom",
          "version": {
            "requires": "2.17.0"
          },
          "attributes": {
            "org.gradle.category": "platform"
          },
          "endorseStrictVersions": true
        },
        {
          "group": "org.apache.logging.log4j",
          "module": "log4j-core",
          "version": {
            "requires": "2.23.1"
          }
        }
      ],
      "dependencyConstraints": [
        {
          "group": "ch.qos.logback",
          "module": "logback-classic",
          "version": {
            "requires": "1.4.14"
          }
        },
        {
          "group": "com.jcraft",
          "module": "jzlib",
          "version": {
            "requires": "1.1.3"
          }
        },
        {
          "group": "org.brotli",
          "module": "dec",
          "version": {
            "requires": "0.1.2"
          }
        },
        {
          "group": "com.aayushatharva.brotli4j",
          "module": "brotli4j",
          "version": {
            "requires": "1.13.0"
          }
        },
        {
          "group": "org.jetbrains.kotlin",
          "module": "kotlin-reflect",
          "version": {
            "requires": "1.9.10"
          }
        },
        {
          "group": "org.jetbrains.kotlin",
          "module": "kotlin-stdlib-jdk8",
          "version": {
            "requires": "1.9.10"
          }
        },
        {
          "group": "org.bouncycastle",
          "module": "bcpkix-jdk15to18",
          "version": {
            "requires": "1.76"
          }
        },
        {
          "group": "org.slf4j",
          "module": "slf4j-api",
          "version": {
            "requires": "2.0.12"
          }
        },
        {
          "group": "com.alibaba.fastjson2",
          "module": "fastjson2",
          "version": {
            "requires": "2.0.47"
          }
        },
        {
          "group": "com.alibaba.fastjson2",
          "module": "fastjson2-kotlin",
          "version": {
            "requires": "2.0.47"
          }
        }
      ],
      "files": [
        {
          "name": "libnetty-example-3.5.4.jar",
          "url": "libnetty-example-3.5.4.jar",
          "size": 180945,
          "sha512": "cd515673981a25301e6d323d3cdc1da7736e884e09ab953db461954c420acff0caec507d73ff2a561d728f170ab4e2594f9304f53473c785d31fe2c874ae1381",
          "sha256": "bba9a4f007509ba7586904bc9d476168170d4033c318e68f907e710ef08c6cc0",
          "sha1": "e5f655a4be1346620c9545540a71cdf60efe6e94",
          "md5": "b669d4217440b5ef8a274bd16176006a"
        }
      ]
    },
    {
      "name": "sourcesElements",
      "attributes": {
        "org.gradle.category": "documentation",
        "org.gradle.dependency.bundling": "external",
        "org.gradle.docstype": "sources",
        "org.gradle.usage": "java-runtime"
      },
      "files": [
        {
          "name": "libnetty-example-3.5.4-sources.jar",
          "url": "libnetty-example-3.5.4-sources.jar",
          "size": 137727,
          "sha512": "6a85853a97381fcc9aca98e5dba8b416559aa80a86f693d3d00751bd30d45f3353c5879e7a5063a8d524237d99e0a198132038028a6b186e0364f59ab0044cf8",
          "sha256": "6494601466010869d72fc26fff0e8d38d21d685594a60507aa3cb6cb4a8ea042",
          "sha1": "b6c0fd657bf0fa5c5dc79904dcbd5055114d3648",
          "md5": "b2f9370912027bf3a58ff4b52568382e"
        },
        {
          "name": "libnetty-example-3.5.4-sources.jar",
          "url": "libnetty-example-3.5.4-sources.jar",
          "size": 137727,
          "sha512": "6a85853a97381fcc9aca98e5dba8b416559aa80a86f693d3d00751bd30d45f3353c5879e7a5063a8d524237d99e0a198132038028a6b186e0364f59ab0044cf8",
          "sha256": "6494601466010869d72fc26fff0e8d38d21d685594a60507aa3cb6cb4a8ea042",
          "sha1": "b6c0fd657bf0fa5c5dc79904dcbd5055114d3648",
          "md5": "b2f9370912027bf3a58ff4b52568382e"
        }
      ]
    },
    {
      "name": "javadocElements",
      "attributes": {
        "org.gradle.category": "documentation",
        "org.gradle.dependency.bundling": "external",
        "org.gradle.docstype": "javadoc",
        "org.gradle.usage": "java-runtime"
      },
      "files": [
        {
          "name": "libnetty-example-3.5.4-javadoc.jar",
          "url": "libnetty-example-3.5.4-javadoc.jar",
          "size": 135015,
          "sha512": "19edd3bceded0fe1f993c29ed37e52c4d280960caecf6a4501c3f606003775da468dc063d17788c64a53d598d853f44352700789ceee1498272f5b69e2220d39",
          "sha256": "ee17684a8842a6a711c2a2f26d16fd225c7e634991abf8166c215070695c949e",
          "sha1": "e8d8e444c0f17fbea79acfa22e2b95381e3c2155",
          "md5": "2742080a6fafb44af3b360f3b03917ed"
        }
      ]
    }
  ]
}
