Update code engine dependencies in IJ to 1.0.0-beta.67+0.4.71

GitOrigin-RevId: c61edf2af567bd43db6b9c0d4b6e4b4835789d31
This commit is contained in:
Semyon Proshev
2025-06-05 20:28:28 +00:00
committed by intellij-monorepo-bot
parent 0a392a34eb
commit e08a0b3328
5 changed files with 211 additions and 211 deletions
+56 -56
View File
@@ -4268,93 +4268,93 @@ jvm_import(
jvm_import(
name = "libraries-ai-grazie-spell-gec-engine-local-ai-grazie-nlp-detect",
jar = "@nlp-detect-jvm-0_4_67_http//file",
source_jar = "@nlp-detect-jvm-0_4_67-sources_http//file",
jar = "@nlp-detect-jvm-0_4_71_http//file",
source_jar = "@nlp-detect-jvm-0_4_71-sources_http//file",
visibility = ["//visibility:public"]
)
java_library(
name = "libraries-ai-grazie-spell-gec-engine-local-ai-grazie-spell-gec-engine-local",
exports = [
":gec-spell-engine-local-jvm-0_4_67_http_import",
":utils-common-jvm-0_4_67_http_import",
":model-gec-jvm-0_4_67_http_import",
":model-text-jvm-0_4_67_http_import",
":model-common-jvm-0_4_67_http_import",
":nlp-langs-jvm-0_4_67_http_import",
":nlp-common-jvm-0_4_67_http_import",
":nlp-patterns-jvm-0_4_67_http_import",
":nlp-similarity-jvm-0_4_67_http_import",
":nlp-phonetics-jvm-0_4_67_http_import",
":nlp-tokenizer-jvm-0_4_67_http_import",
":gec-spell-engine-local-jvm-0_4_71_http_import",
":utils-common-jvm-0_4_71_http_import",
":model-gec-jvm-0_4_71_http_import",
":model-text-jvm-0_4_71_http_import",
":model-common-jvm-0_4_71_http_import",
":nlp-langs-jvm-0_4_71_http_import",
":nlp-common-jvm-0_4_71_http_import",
":nlp-patterns-jvm-0_4_71_http_import",
":nlp-similarity-jvm-0_4_71_http_import",
":nlp-phonetics-jvm-0_4_71_http_import",
":nlp-tokenizer-jvm-0_4_71_http_import",
],
visibility = ["//visibility:public"]
)
jvm_import(
name = "gec-spell-engine-local-jvm-0_4_67_http_import",
jar = "@gec-spell-engine-local-jvm-0_4_67_http//file",
source_jar = "@gec-spell-engine-local-jvm-0_4_67-sources_http//file"
name = "gec-spell-engine-local-jvm-0_4_71_http_import",
jar = "@gec-spell-engine-local-jvm-0_4_71_http//file",
source_jar = "@gec-spell-engine-local-jvm-0_4_71-sources_http//file"
)
jvm_import(
name = "utils-common-jvm-0_4_67_http_import",
jar = "@utils-common-jvm-0_4_67_http//file",
source_jar = "@utils-common-jvm-0_4_67-sources_http//file"
name = "utils-common-jvm-0_4_71_http_import",
jar = "@utils-common-jvm-0_4_71_http//file",
source_jar = "@utils-common-jvm-0_4_71-sources_http//file"
)
jvm_import(
name = "model-gec-jvm-0_4_67_http_import",
jar = "@model-gec-jvm-0_4_67_http//file",
source_jar = "@model-gec-jvm-0_4_67-sources_http//file"
name = "model-gec-jvm-0_4_71_http_import",
jar = "@model-gec-jvm-0_4_71_http//file",
source_jar = "@model-gec-jvm-0_4_71-sources_http//file"
)
jvm_import(
name = "model-text-jvm-0_4_67_http_import",
jar = "@model-text-jvm-0_4_67_http//file",
source_jar = "@model-text-jvm-0_4_67-sources_http//file"
name = "model-text-jvm-0_4_71_http_import",
jar = "@model-text-jvm-0_4_71_http//file",
source_jar = "@model-text-jvm-0_4_71-sources_http//file"
)
jvm_import(
name = "model-common-jvm-0_4_67_http_import",
jar = "@model-common-jvm-0_4_67_http//file",
source_jar = "@model-common-jvm-0_4_67-sources_http//file"
name = "model-common-jvm-0_4_71_http_import",
jar = "@model-common-jvm-0_4_71_http//file",
source_jar = "@model-common-jvm-0_4_71-sources_http//file"
)
jvm_import(
name = "nlp-langs-jvm-0_4_67_http_import",
jar = "@nlp-langs-jvm-0_4_67_http//file",
source_jar = "@nlp-langs-jvm-0_4_67-sources_http//file"
name = "nlp-langs-jvm-0_4_71_http_import",
jar = "@nlp-langs-jvm-0_4_71_http//file",
source_jar = "@nlp-langs-jvm-0_4_71-sources_http//file"
)
jvm_import(
name = "nlp-common-jvm-0_4_67_http_import",
jar = "@nlp-common-jvm-0_4_67_http//file",
source_jar = "@nlp-common-jvm-0_4_67-sources_http//file"
name = "nlp-common-jvm-0_4_71_http_import",
jar = "@nlp-common-jvm-0_4_71_http//file",
source_jar = "@nlp-common-jvm-0_4_71-sources_http//file"
)
jvm_import(
name = "nlp-patterns-jvm-0_4_67_http_import",
jar = "@nlp-patterns-jvm-0_4_67_http//file",
source_jar = "@nlp-patterns-jvm-0_4_67-sources_http//file"
name = "nlp-patterns-jvm-0_4_71_http_import",
jar = "@nlp-patterns-jvm-0_4_71_http//file",
source_jar = "@nlp-patterns-jvm-0_4_71-sources_http//file"
)
jvm_import(
name = "nlp-similarity-jvm-0_4_67_http_import",
jar = "@nlp-similarity-jvm-0_4_67_http//file",
source_jar = "@nlp-similarity-jvm-0_4_67-sources_http//file"
name = "nlp-similarity-jvm-0_4_71_http_import",
jar = "@nlp-similarity-jvm-0_4_71_http//file",
source_jar = "@nlp-similarity-jvm-0_4_71-sources_http//file"
)
jvm_import(
name = "nlp-phonetics-jvm-0_4_67_http_import",
jar = "@nlp-phonetics-jvm-0_4_67_http//file",
source_jar = "@nlp-phonetics-jvm-0_4_67-sources_http//file"
name = "nlp-phonetics-jvm-0_4_71_http_import",
jar = "@nlp-phonetics-jvm-0_4_71_http//file",
source_jar = "@nlp-phonetics-jvm-0_4_71-sources_http//file"
)
jvm_import(
name = "nlp-tokenizer-jvm-0_4_67_http_import",
jar = "@nlp-tokenizer-jvm-0_4_67_http//file",
source_jar = "@nlp-tokenizer-jvm-0_4_67-sources_http//file"
name = "nlp-tokenizer-jvm-0_4_71_http_import",
jar = "@nlp-tokenizer-jvm-0_4_71_http//file",
source_jar = "@nlp-tokenizer-jvm-0_4_71-sources_http//file"
)
jvm_import(
@@ -4366,7 +4366,7 @@ jvm_import(
jvm_import(
name = "libraries-ai-grazie-spell-gec-engine-local-ai-grazie-utils-lucene-lt-compatibility",
jar = "@utils-lucene-lt-compatibility-0_4_67_http//file",
jar = "@utils-lucene-lt-compatibility-0_4_71_http//file",
visibility = ["//visibility:public"]
)
@@ -8546,18 +8546,18 @@ jvm_import(
java_library(
name = "search_everywhere_ml-ai-grazie-emb",
exports = [
":model-emb-jvm-0_4_67_http_import",
":model-text-jvm-0_4_67_http_import",
":model-common-jvm-0_4_67_http_import",
":utils-common-jvm-0_4_67_http_import",
":model-emb-jvm-0_4_71_http_import",
":model-text-jvm-0_4_71_http_import",
":model-common-jvm-0_4_71_http_import",
":utils-common-jvm-0_4_71_http_import",
],
visibility = ["//visibility:public"]
)
jvm_import(
name = "model-emb-jvm-0_4_67_http_import",
jar = "@model-emb-jvm-0_4_67_http//file",
source_jar = "@model-emb-jvm-0_4_67-sources_http//file"
name = "model-emb-jvm-0_4_71_http_import",
jar = "@model-emb-jvm-0_4_71_http//file",
source_jar = "@model-emb-jvm-0_4_71-sources_http//file"
)
jvm_import(
@@ -8618,8 +8618,8 @@ jvm_import(
jvm_import(
name = "search_everywhere_ml-typos-ai-grazie-spell-gec-engine-local-jvm",
jar = "@gec-spell-engine-local-jvm-0_4_67_http//file",
source_jar = "@gec-spell-engine-local-jvm-0_4_67-sources_http//file",
jar = "@gec-spell-engine-local-jvm-0_4_71_http//file",
source_jar = "@gec-spell-engine-local-jvm-0_4_71-sources_http//file",
visibility = ["//visibility:public"]
)
+90 -90
View File
@@ -5858,171 +5858,171 @@ http_file(
)
http_file(
name = "nlp-detect-jvm-0_4_67_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-detect-jvm/0.4.67/nlp-detect-jvm-0.4.67.jar",
name = "nlp-detect-jvm-0_4_71_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-detect-jvm/0.4.71/nlp-detect-jvm-0.4.71.jar",
sha256 = "1dd28654c3097d740b905072a778738b103b5c3fc264643700b3bc36550a383e",
downloaded_file_path = "nlp-detect-jvm-0.4.67.jar"
downloaded_file_path = "nlp-detect-jvm-0.4.71.jar"
)
http_file(
name = "nlp-detect-jvm-0_4_67-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-detect-jvm/0.4.67/nlp-detect-jvm-0.4.67-sources.jar",
name = "nlp-detect-jvm-0_4_71-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-detect-jvm/0.4.71/nlp-detect-jvm-0.4.71-sources.jar",
sha256 = "56b3bb753f75fb46114abb880398dc94b961f629704ee79985ed71feca6d47fd",
downloaded_file_path = "nlp-detect-jvm-0.4.67-sources.jar"
downloaded_file_path = "nlp-detect-jvm-0.4.71-sources.jar"
)
http_file(
name = "gec-spell-engine-local-jvm-0_4_67_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.67/gec-spell-engine-local-jvm-0.4.67.jar",
sha256 = "6a79027ad71c8dbdbbff56dea1b05bfbd5ed73128e92a92911712eb1f812b935",
downloaded_file_path = "gec-spell-engine-local-jvm-0.4.67.jar"
name = "gec-spell-engine-local-jvm-0_4_71_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.71/gec-spell-engine-local-jvm-0.4.71.jar",
sha256 = "44904ad40f2dd0b52f590d737bf1d4b7e4189fa377e3c7f8bc88a89614644786",
downloaded_file_path = "gec-spell-engine-local-jvm-0.4.71.jar"
)
http_file(
name = "utils-common-jvm-0_4_67_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/utils/utils-common-jvm/0.4.67/utils-common-jvm-0.4.67.jar",
name = "utils-common-jvm-0_4_71_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/utils/utils-common-jvm/0.4.71/utils-common-jvm-0.4.71.jar",
sha256 = "364ed737a435591ab2a305a7e632e2075671bc39b9bd482fe204e3dd161244df",
downloaded_file_path = "utils-common-jvm-0.4.67.jar"
downloaded_file_path = "utils-common-jvm-0.4.71.jar"
)
http_file(
name = "model-gec-jvm-0_4_67_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-gec-jvm/0.4.67/model-gec-jvm-0.4.67.jar",
sha256 = "97a024d84cddb9c86eb23a83a64de3aa316ab72cf47175b63cae02e7f86110ce",
downloaded_file_path = "model-gec-jvm-0.4.67.jar"
name = "model-gec-jvm-0_4_71_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-gec-jvm/0.4.71/model-gec-jvm-0.4.71.jar",
sha256 = "254f17f517b25de3f9e282dbfc496a33498b5f7b2bbf2354530a60fa3fc6ea82",
downloaded_file_path = "model-gec-jvm-0.4.71.jar"
)
http_file(
name = "model-text-jvm-0_4_67_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-text-jvm/0.4.67/model-text-jvm-0.4.67.jar",
sha256 = "0f8282bde3948744cbb23e0aee762229379321d0472ed331f4587066f229fa6a",
downloaded_file_path = "model-text-jvm-0.4.67.jar"
name = "model-text-jvm-0_4_71_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-text-jvm/0.4.71/model-text-jvm-0.4.71.jar",
sha256 = "9e9b8b56043a86fa9949c754be9557cc6c0d74632077744905192dc42056de2d",
downloaded_file_path = "model-text-jvm-0.4.71.jar"
)
http_file(
name = "model-common-jvm-0_4_67_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-common-jvm/0.4.67/model-common-jvm-0.4.67.jar",
name = "model-common-jvm-0_4_71_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-common-jvm/0.4.71/model-common-jvm-0.4.71.jar",
sha256 = "58339397d3350db6c549a5ebee98b9611693c187fa2311b18aa849e27067c438",
downloaded_file_path = "model-common-jvm-0.4.67.jar"
downloaded_file_path = "model-common-jvm-0.4.71.jar"
)
http_file(
name = "nlp-langs-jvm-0_4_67_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-langs-jvm/0.4.67/nlp-langs-jvm-0.4.67.jar",
name = "nlp-langs-jvm-0_4_71_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-langs-jvm/0.4.71/nlp-langs-jvm-0.4.71.jar",
sha256 = "d1eac8f158a7a9a4a11f2f326057c3d63df5e41154d23d1974d50c5bedaab0c0",
downloaded_file_path = "nlp-langs-jvm-0.4.67.jar"
downloaded_file_path = "nlp-langs-jvm-0.4.71.jar"
)
http_file(
name = "nlp-common-jvm-0_4_67_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-common-jvm/0.4.67/nlp-common-jvm-0.4.67.jar",
name = "nlp-common-jvm-0_4_71_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-common-jvm/0.4.71/nlp-common-jvm-0.4.71.jar",
sha256 = "d1c17c4dbb3f5f43b6e3cfc30a319d1a050aa5425ab0ce27b802b90f114a649e",
downloaded_file_path = "nlp-common-jvm-0.4.67.jar"
downloaded_file_path = "nlp-common-jvm-0.4.71.jar"
)
http_file(
name = "nlp-patterns-jvm-0_4_67_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-patterns-jvm/0.4.67/nlp-patterns-jvm-0.4.67.jar",
sha256 = "1e7111692b0ed3d79be2b1264232405ccb803c9d45f1392f675e958fe79c7d67",
downloaded_file_path = "nlp-patterns-jvm-0.4.67.jar"
name = "nlp-patterns-jvm-0_4_71_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-patterns-jvm/0.4.71/nlp-patterns-jvm-0.4.71.jar",
sha256 = "680819f0b509bef42cde9e41f57e275170bab7b55d6855a155445e089fc38225",
downloaded_file_path = "nlp-patterns-jvm-0.4.71.jar"
)
http_file(
name = "nlp-similarity-jvm-0_4_67_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-similarity-jvm/0.4.67/nlp-similarity-jvm-0.4.67.jar",
name = "nlp-similarity-jvm-0_4_71_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-similarity-jvm/0.4.71/nlp-similarity-jvm-0.4.71.jar",
sha256 = "79a42758913de07c1ebeb851a4a70236309ea12dcb64d1db7ea007618593470f",
downloaded_file_path = "nlp-similarity-jvm-0.4.67.jar"
downloaded_file_path = "nlp-similarity-jvm-0.4.71.jar"
)
http_file(
name = "nlp-phonetics-jvm-0_4_67_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-phonetics-jvm/0.4.67/nlp-phonetics-jvm-0.4.67.jar",
name = "nlp-phonetics-jvm-0_4_71_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-phonetics-jvm/0.4.71/nlp-phonetics-jvm-0.4.71.jar",
sha256 = "35479690a543b83528932122a18a476902673caa591bbeb580564eb09fbfdf62",
downloaded_file_path = "nlp-phonetics-jvm-0.4.67.jar"
downloaded_file_path = "nlp-phonetics-jvm-0.4.71.jar"
)
http_file(
name = "nlp-tokenizer-jvm-0_4_67_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-tokenizer-jvm/0.4.67/nlp-tokenizer-jvm-0.4.67.jar",
name = "nlp-tokenizer-jvm-0_4_71_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-tokenizer-jvm/0.4.71/nlp-tokenizer-jvm-0.4.71.jar",
sha256 = "7e249bdca7a153f25f957a2c723c8239fd32ffb04569812f054b14f4c403dbc7",
downloaded_file_path = "nlp-tokenizer-jvm-0.4.67.jar"
downloaded_file_path = "nlp-tokenizer-jvm-0.4.71.jar"
)
http_file(
name = "gec-spell-engine-local-jvm-0_4_67-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.67/gec-spell-engine-local-jvm-0.4.67-sources.jar",
sha256 = "1fcfdab4b3dc8115f4f983cb8bbb723d04c0ae8670d5a21572e5a894412f46e9",
downloaded_file_path = "gec-spell-engine-local-jvm-0.4.67-sources.jar"
name = "gec-spell-engine-local-jvm-0_4_71-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.71/gec-spell-engine-local-jvm-0.4.71-sources.jar",
sha256 = "e677230115d3cf66b1e582e9cfca317340d9434776724b75f67981fa881a8bbc",
downloaded_file_path = "gec-spell-engine-local-jvm-0.4.71-sources.jar"
)
http_file(
name = "utils-common-jvm-0_4_67-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/utils/utils-common-jvm/0.4.67/utils-common-jvm-0.4.67-sources.jar",
name = "utils-common-jvm-0_4_71-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/utils/utils-common-jvm/0.4.71/utils-common-jvm-0.4.71-sources.jar",
sha256 = "1349c10e79f8d2e506f206bdb07d0152556aca26a0afbeb3d0adcfbeeafa7772",
downloaded_file_path = "utils-common-jvm-0.4.67-sources.jar"
downloaded_file_path = "utils-common-jvm-0.4.71-sources.jar"
)
http_file(
name = "model-gec-jvm-0_4_67-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-gec-jvm/0.4.67/model-gec-jvm-0.4.67-sources.jar",
sha256 = "f70227be6fdf9a7959a1fc35e8cdcf9ec2d07b76f61d8861433b7b51e60772b9",
downloaded_file_path = "model-gec-jvm-0.4.67-sources.jar"
name = "model-gec-jvm-0_4_71-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-gec-jvm/0.4.71/model-gec-jvm-0.4.71-sources.jar",
sha256 = "0948360a8fa8a7ff680521f5bf53626d0d59ac5fde12865baa69548d31d131fc",
downloaded_file_path = "model-gec-jvm-0.4.71-sources.jar"
)
http_file(
name = "model-text-jvm-0_4_67-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-text-jvm/0.4.67/model-text-jvm-0.4.67-sources.jar",
sha256 = "b10acae99dc6dc8bbd71efd78d7d3099de073ec42ecf6615674a99d5d8d374e7",
downloaded_file_path = "model-text-jvm-0.4.67-sources.jar"
name = "model-text-jvm-0_4_71-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-text-jvm/0.4.71/model-text-jvm-0.4.71-sources.jar",
sha256 = "7de824242b9b56abf1c30d01f053aeeba8d998368365443bf4887ea2e209ec95",
downloaded_file_path = "model-text-jvm-0.4.71-sources.jar"
)
http_file(
name = "model-common-jvm-0_4_67-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-common-jvm/0.4.67/model-common-jvm-0.4.67-sources.jar",
name = "model-common-jvm-0_4_71-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-common-jvm/0.4.71/model-common-jvm-0.4.71-sources.jar",
sha256 = "399492704d1ba976cd7bbdbc01766bd2e1bc74771b42fa643115ca9e96197e92",
downloaded_file_path = "model-common-jvm-0.4.67-sources.jar"
downloaded_file_path = "model-common-jvm-0.4.71-sources.jar"
)
http_file(
name = "nlp-langs-jvm-0_4_67-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-langs-jvm/0.4.67/nlp-langs-jvm-0.4.67-sources.jar",
name = "nlp-langs-jvm-0_4_71-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-langs-jvm/0.4.71/nlp-langs-jvm-0.4.71-sources.jar",
sha256 = "d961902eaa5476edba16c67973ccfc77391d0edd3a046d9e49a8b2a9d6b98495",
downloaded_file_path = "nlp-langs-jvm-0.4.67-sources.jar"
downloaded_file_path = "nlp-langs-jvm-0.4.71-sources.jar"
)
http_file(
name = "nlp-common-jvm-0_4_67-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-common-jvm/0.4.67/nlp-common-jvm-0.4.67-sources.jar",
name = "nlp-common-jvm-0_4_71-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-common-jvm/0.4.71/nlp-common-jvm-0.4.71-sources.jar",
sha256 = "876fd7ee1bd84c1cc691f3e972955a329f94fb8e628725e8650daaa893293086",
downloaded_file_path = "nlp-common-jvm-0.4.67-sources.jar"
downloaded_file_path = "nlp-common-jvm-0.4.71-sources.jar"
)
http_file(
name = "nlp-patterns-jvm-0_4_67-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-patterns-jvm/0.4.67/nlp-patterns-jvm-0.4.67-sources.jar",
sha256 = "e9f70f403f96899a2c28b3e04de79bbdc1b9602bbc2230d0f766bc9f15edd635",
downloaded_file_path = "nlp-patterns-jvm-0.4.67-sources.jar"
name = "nlp-patterns-jvm-0_4_71-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-patterns-jvm/0.4.71/nlp-patterns-jvm-0.4.71-sources.jar",
sha256 = "3f739ce3f864a19c24ce406b01fdd309d5632e50792b528f569e3b0979c1597e",
downloaded_file_path = "nlp-patterns-jvm-0.4.71-sources.jar"
)
http_file(
name = "nlp-similarity-jvm-0_4_67-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-similarity-jvm/0.4.67/nlp-similarity-jvm-0.4.67-sources.jar",
name = "nlp-similarity-jvm-0_4_71-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-similarity-jvm/0.4.71/nlp-similarity-jvm-0.4.71-sources.jar",
sha256 = "39ca32f09b5b2819c50d30e75564ee324c13d8b609fd97f479a25be2787fbb7f",
downloaded_file_path = "nlp-similarity-jvm-0.4.67-sources.jar"
downloaded_file_path = "nlp-similarity-jvm-0.4.71-sources.jar"
)
http_file(
name = "nlp-phonetics-jvm-0_4_67-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-phonetics-jvm/0.4.67/nlp-phonetics-jvm-0.4.67-sources.jar",
name = "nlp-phonetics-jvm-0_4_71-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-phonetics-jvm/0.4.71/nlp-phonetics-jvm-0.4.71-sources.jar",
sha256 = "2e6f381ad9c1bc7eddd1f084d0393fc4bca1ebf3db5557474f926d7776791d96",
downloaded_file_path = "nlp-phonetics-jvm-0.4.67-sources.jar"
downloaded_file_path = "nlp-phonetics-jvm-0.4.71-sources.jar"
)
http_file(
name = "nlp-tokenizer-jvm-0_4_67-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-tokenizer-jvm/0.4.67/nlp-tokenizer-jvm-0.4.67-sources.jar",
name = "nlp-tokenizer-jvm-0_4_71-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-tokenizer-jvm/0.4.71/nlp-tokenizer-jvm-0.4.71-sources.jar",
sha256 = "9ee6c6bbf1a1b0ff602eee16f166b48be18762c7781e0346ccef8727213c1326",
downloaded_file_path = "nlp-tokenizer-jvm-0.4.67-sources.jar"
downloaded_file_path = "nlp-tokenizer-jvm-0.4.71-sources.jar"
)
http_file(
@@ -6040,10 +6040,10 @@ http_file(
)
http_file(
name = "utils-lucene-lt-compatibility-0_4_67_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/utils/utils-lucene-lt-compatibility/0.4.67/utils-lucene-lt-compatibility-0.4.67.jar",
sha256 = "587da6a41bb091fdf24c01dd3f47ab20d84271579b6b22685f54c23a0d3f4f79",
downloaded_file_path = "utils-lucene-lt-compatibility-0.4.67.jar"
name = "utils-lucene-lt-compatibility-0_4_71_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/utils/utils-lucene-lt-compatibility/0.4.71/utils-lucene-lt-compatibility-0.4.71.jar",
sha256 = "0a2d043acde886fe185fb2485c59ac7d98790f5266a379438833d52bd2e8b3fe",
downloaded_file_path = "utils-lucene-lt-compatibility-0.4.71.jar"
)
http_file(
@@ -12291,17 +12291,17 @@ http_file(
)
http_file(
name = "model-emb-jvm-0_4_67_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-emb-jvm/0.4.67/model-emb-jvm-0.4.67.jar",
name = "model-emb-jvm-0_4_71_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-emb-jvm/0.4.71/model-emb-jvm-0.4.71.jar",
sha256 = "41a39ea18d934827d293a918e144042ae65c0974892c0330add0a52c366c2709",
downloaded_file_path = "model-emb-jvm-0.4.67.jar"
downloaded_file_path = "model-emb-jvm-0.4.71.jar"
)
http_file(
name = "model-emb-jvm-0_4_67-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-emb-jvm/0.4.67/model-emb-jvm-0.4.67-sources.jar",
name = "model-emb-jvm-0_4_71-sources_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-emb-jvm/0.4.71/model-emb-jvm-0.4.71-sources.jar",
sha256 = "a100aed816cece4d912092b7ca2e876e7a20b40286cdb7916e8b541eeb210c82",
downloaded_file_path = "model-emb-jvm-0.4.67-sources.jar"
downloaded_file_path = "model-emb-jvm-0.4.71-sources.jar"
)
http_file(
@@ -9,39 +9,39 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library name="ai.grazie.spell.gec.engine.local" type="repository">
<properties maven-id="ai.grazie.spell:gec-spell-engine-local-jvm:0.4.67">
<properties maven-id="ai.grazie.spell:gec-spell-engine-local-jvm:0.4.71">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.67/gec-spell-engine-local-jvm-0.4.67.jar">
<sha256sum>6a79027ad71c8dbdbbff56dea1b05bfbd5ed73128e92a92911712eb1f812b935</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.71/gec-spell-engine-local-jvm-0.4.71.jar">
<sha256sum>44904ad40f2dd0b52f590d737bf1d4b7e4189fa377e3c7f8bc88a89614644786</sha256sum>
</artifact>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.67/utils-common-jvm-0.4.67.jar">
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.71/utils-common-jvm-0.4.71.jar">
<sha256sum>364ed737a435591ab2a305a7e632e2075671bc39b9bd482fe204e3dd161244df</sha256sum>
</artifact>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-gec-jvm/0.4.67/model-gec-jvm-0.4.67.jar">
<sha256sum>97a024d84cddb9c86eb23a83a64de3aa316ab72cf47175b63cae02e7f86110ce</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-gec-jvm/0.4.71/model-gec-jvm-0.4.71.jar">
<sha256sum>254f17f517b25de3f9e282dbfc496a33498b5f7b2bbf2354530a60fa3fc6ea82</sha256sum>
</artifact>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.67/model-text-jvm-0.4.67.jar">
<sha256sum>0f8282bde3948744cbb23e0aee762229379321d0472ed331f4587066f229fa6a</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.71/model-text-jvm-0.4.71.jar">
<sha256sum>9e9b8b56043a86fa9949c754be9557cc6c0d74632077744905192dc42056de2d</sha256sum>
</artifact>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.67/model-common-jvm-0.4.67.jar">
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.71/model-common-jvm-0.4.71.jar">
<sha256sum>58339397d3350db6c549a5ebee98b9611693c187fa2311b18aa849e27067c438</sha256sum>
</artifact>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-langs-jvm/0.4.67/nlp-langs-jvm-0.4.67.jar">
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-langs-jvm/0.4.71/nlp-langs-jvm-0.4.71.jar">
<sha256sum>d1eac8f158a7a9a4a11f2f326057c3d63df5e41154d23d1974d50c5bedaab0c0</sha256sum>
</artifact>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-common-jvm/0.4.67/nlp-common-jvm-0.4.67.jar">
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-common-jvm/0.4.71/nlp-common-jvm-0.4.71.jar">
<sha256sum>d1c17c4dbb3f5f43b6e3cfc30a319d1a050aa5425ab0ce27b802b90f114a649e</sha256sum>
</artifact>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-patterns-jvm/0.4.67/nlp-patterns-jvm-0.4.67.jar">
<sha256sum>1e7111692b0ed3d79be2b1264232405ccb803c9d45f1392f675e958fe79c7d67</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-patterns-jvm/0.4.71/nlp-patterns-jvm-0.4.71.jar">
<sha256sum>680819f0b509bef42cde9e41f57e275170bab7b55d6855a155445e089fc38225</sha256sum>
</artifact>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-similarity-jvm/0.4.67/nlp-similarity-jvm-0.4.67.jar">
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-similarity-jvm/0.4.71/nlp-similarity-jvm-0.4.71.jar">
<sha256sum>79a42758913de07c1ebeb851a4a70236309ea12dcb64d1db7ea007618593470f</sha256sum>
</artifact>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-phonetics-jvm/0.4.67/nlp-phonetics-jvm-0.4.67.jar">
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-phonetics-jvm/0.4.71/nlp-phonetics-jvm-0.4.71.jar">
<sha256sum>35479690a543b83528932122a18a476902673caa591bbeb580564eb09fbfdf62</sha256sum>
</artifact>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-tokenizer-jvm/0.4.67/nlp-tokenizer-jvm-0.4.67.jar">
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-tokenizer-jvm/0.4.71/nlp-tokenizer-jvm-0.4.71.jar">
<sha256sum>7e249bdca7a153f25f957a2c723c8239fd32ffb04569812f054b14f4c403dbc7</sha256sum>
</artifact>
</verification>
@@ -58,31 +58,31 @@
</exclude>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.67/gec-spell-engine-local-jvm-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.67/utils-common-jvm-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-gec-jvm/0.4.67/model-gec-jvm-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.67/model-text-jvm-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.67/model-common-jvm-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-langs-jvm/0.4.67/nlp-langs-jvm-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-common-jvm/0.4.67/nlp-common-jvm-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-patterns-jvm/0.4.67/nlp-patterns-jvm-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-similarity-jvm/0.4.67/nlp-similarity-jvm-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-phonetics-jvm/0.4.67/nlp-phonetics-jvm-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-tokenizer-jvm/0.4.67/nlp-tokenizer-jvm-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.71/gec-spell-engine-local-jvm-0.4.71.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.71/utils-common-jvm-0.4.71.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-gec-jvm/0.4.71/model-gec-jvm-0.4.71.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.71/model-text-jvm-0.4.71.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.71/model-common-jvm-0.4.71.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-langs-jvm/0.4.71/nlp-langs-jvm-0.4.71.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-common-jvm/0.4.71/nlp-common-jvm-0.4.71.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-patterns-jvm/0.4.71/nlp-patterns-jvm-0.4.71.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-similarity-jvm/0.4.71/nlp-similarity-jvm-0.4.71.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-phonetics-jvm/0.4.71/nlp-phonetics-jvm-0.4.71.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-tokenizer-jvm/0.4.71/nlp-tokenizer-jvm-0.4.71.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.67/gec-spell-engine-local-jvm-0.4.67-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.67/utils-common-jvm-0.4.67-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-gec-jvm/0.4.67/model-gec-jvm-0.4.67-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.67/model-text-jvm-0.4.67-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.67/model-common-jvm-0.4.67-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-langs-jvm/0.4.67/nlp-langs-jvm-0.4.67-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-common-jvm/0.4.67/nlp-common-jvm-0.4.67-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-patterns-jvm/0.4.67/nlp-patterns-jvm-0.4.67-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-similarity-jvm/0.4.67/nlp-similarity-jvm-0.4.67-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-phonetics-jvm/0.4.67/nlp-phonetics-jvm-0.4.67-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-tokenizer-jvm/0.4.67/nlp-tokenizer-jvm-0.4.67-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.71/gec-spell-engine-local-jvm-0.4.71-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.71/utils-common-jvm-0.4.71-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-gec-jvm/0.4.71/model-gec-jvm-0.4.71-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.71/model-text-jvm-0.4.71-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.71/model-common-jvm-0.4.71-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-langs-jvm/0.4.71/nlp-langs-jvm-0.4.71-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-common-jvm/0.4.71/nlp-common-jvm-0.4.71-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-patterns-jvm/0.4.71/nlp-patterns-jvm-0.4.71-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-similarity-jvm/0.4.71/nlp-similarity-jvm-0.4.71-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-phonetics-jvm/0.4.71/nlp-phonetics-jvm-0.4.71-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-tokenizer-jvm/0.4.71/nlp-tokenizer-jvm-0.4.71-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
@@ -106,15 +106,15 @@
</orderEntry>
<orderEntry type="module-library">
<library name="ai.grazie.utils.lucene.lt.compatibility" type="repository">
<properties include-transitive-deps="false" maven-id="ai.grazie.utils:utils-lucene-lt-compatibility:0.4.67">
<properties include-transitive-deps="false" maven-id="ai.grazie.utils:utils-lucene-lt-compatibility:0.4.71">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-lucene-lt-compatibility/0.4.67/utils-lucene-lt-compatibility-0.4.67.jar">
<sha256sum>587da6a41bb091fdf24c01dd3f47ab20d84271579b6b22685f54c23a0d3f4f79</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-lucene-lt-compatibility/0.4.71/utils-lucene-lt-compatibility-0.4.71.jar">
<sha256sum>0a2d043acde886fe185fb2485c59ac7d98790f5266a379438833d52bd2e8b3fe</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-lucene-lt-compatibility/0.4.67/utils-lucene-lt-compatibility-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-lucene-lt-compatibility/0.4.71/utils-lucene-lt-compatibility-0.4.71.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -122,19 +122,19 @@
</orderEntry>
<orderEntry type="module-library" exported="">
<library name="ai.grazie.nlp.detect" type="repository">
<properties include-transitive-deps="false" maven-id="ai.grazie.nlp:nlp-detect-jvm:0.4.67">
<properties include-transitive-deps="false" maven-id="ai.grazie.nlp:nlp-detect-jvm:0.4.71">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-detect-jvm/0.4.67/nlp-detect-jvm-0.4.67.jar">
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-detect-jvm/0.4.71/nlp-detect-jvm-0.4.71.jar">
<sha256sum>1dd28654c3097d740b905072a778738b103b5c3fc264643700b3bc36550a383e</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-detect-jvm/0.4.67/nlp-detect-jvm-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-detect-jvm/0.4.71/nlp-detect-jvm-0.4.71.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-detect-jvm/0.4.67/nlp-detect-jvm-0.4.67-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-detect-jvm/0.4.71/nlp-detect-jvm-0.4.71-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
@@ -16,18 +16,18 @@
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module-library" exported="">
<library name="ai.grazie.emb" type="repository">
<properties maven-id="ai.grazie.model:model-emb-jvm:0.4.67">
<properties maven-id="ai.grazie.model:model-emb-jvm:0.4.71">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-emb-jvm/0.4.67/model-emb-jvm-0.4.67.jar">
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-emb-jvm/0.4.71/model-emb-jvm-0.4.71.jar">
<sha256sum>41a39ea18d934827d293a918e144042ae65c0974892c0330add0a52c366c2709</sha256sum>
</artifact>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.67/model-text-jvm-0.4.67.jar">
<sha256sum>0f8282bde3948744cbb23e0aee762229379321d0472ed331f4587066f229fa6a</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.71/model-text-jvm-0.4.71.jar">
<sha256sum>9e9b8b56043a86fa9949c754be9557cc6c0d74632077744905192dc42056de2d</sha256sum>
</artifact>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.67/model-common-jvm-0.4.67.jar">
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.71/model-common-jvm-0.4.71.jar">
<sha256sum>58339397d3350db6c549a5ebee98b9611693c187fa2311b18aa849e27067c438</sha256sum>
</artifact>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.67/utils-common-jvm-0.4.67.jar">
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.71/utils-common-jvm-0.4.71.jar">
<sha256sum>364ed737a435591ab2a305a7e632e2075671bc39b9bd482fe204e3dd161244df</sha256sum>
</artifact>
</verification>
@@ -43,17 +43,17 @@
</exclude>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-emb-jvm/0.4.67/model-emb-jvm-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.67/model-text-jvm-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.67/model-common-jvm-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.67/utils-common-jvm-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-emb-jvm/0.4.71/model-emb-jvm-0.4.71.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.71/model-text-jvm-0.4.71.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.71/model-common-jvm-0.4.71.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.71/utils-common-jvm-0.4.71.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-emb-jvm/0.4.67/model-emb-jvm-0.4.67-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.67/model-text-jvm-0.4.67-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.67/model-common-jvm-0.4.67-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.67/utils-common-jvm-0.4.67-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-emb-jvm/0.4.71/model-emb-jvm-0.4.71-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.71/model-text-jvm-0.4.71-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.71/model-common-jvm-0.4.71-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.71/utils-common-jvm-0.4.71-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
@@ -25,19 +25,19 @@
<orderEntry type="module" module-name="intellij.platform.ml.impl" />
<orderEntry type="module-library">
<library name="ai.grazie.spell.gec.engine.local.jvm" type="repository">
<properties include-transitive-deps="false" maven-id="ai.grazie.spell:gec-spell-engine-local-jvm:0.4.67">
<properties include-transitive-deps="false" maven-id="ai.grazie.spell:gec-spell-engine-local-jvm:0.4.71">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.67/gec-spell-engine-local-jvm-0.4.67.jar">
<sha256sum>6a79027ad71c8dbdbbff56dea1b05bfbd5ed73128e92a92911712eb1f812b935</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.71/gec-spell-engine-local-jvm-0.4.71.jar">
<sha256sum>44904ad40f2dd0b52f590d737bf1d4b7e4189fa377e3c7f8bc88a89614644786</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.67/gec-spell-engine-local-jvm-0.4.67.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.71/gec-spell-engine-local-jvm-0.4.71.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.67/gec-spell-engine-local-jvm-0.4.67-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.71/gec-spell-engine-local-jvm-0.4.71-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>