Add java/kotlin ai libraries to usage and jar statistics

GitOrigin-RevId: b0988ad66cfa8bd0c6486b446f310acb521c5673
This commit is contained in:
Pavel Gorgulov
2025-01-31 00:21:42 +01:00
committed by intellij-monorepo-bot
parent 2aee1eca26
commit 10d51c3589
2 changed files with 12 additions and 1 deletions

View File

@@ -157,6 +157,7 @@
<technology name="lagom-java" class="com.lightbend.lagom.javadsl.api.Service"/>
<technology name="lagom-scala" class="com.lightbend.lagom.scaladsl.api.Service"/>
<technology name="langchain4j" class="dev.langchain4j.model.chat.ChatLanguageModel"/>
<technology name="langchain4j" class="dev.langchain4j.service.AiServices"/>
<technology name="liquibase" class="liquibase.Liquibase"/>
<technology name="log4j1" class="org.apache.log4j.Logger"/>
<technology name="log4j2" class="org.apache.logging.log4j.Logger"/>
@@ -164,6 +165,8 @@
<technology name="lombok" class="lombok.Getter"/>
<technology name="mapstruct" class="org.mapstruct.Mapping"/>
<technology name="mariadb" class="org.mariadb.jdbc.Driver"/>
<technology name="mcp-kotlin-sdk" class="io.modelcontextprotocol.kotlin.sdk.server.Server"/>
<technology name="mcp-kotlin-sdk" class="io.modelcontextprotocol.kotlin.sdk.client.Client"/>
<technology name="micrometer" class="io.micrometer.core.annotation.Timed"/>
<technology name="micronaut" class="io.micronaut.http.server.HttpServerConfiguration"/>
<technology name="microprofile" class="org.eclipse.microprofile.config.Config"/>
@@ -179,6 +182,8 @@
<technology name="mysql" class="com.mysql.jdbc.Driver"/>
<technology name="netty" class="io.netty.channel.AbstractChannel"/>
<technology name="okhttp3" class="okhttp3.Request"/>
<technology name="openai-java" class="com.openai.models.ChatModel"/>
<technology name="openai-kotlin-unofficial" class="com.aallam.openai.client.OpenAI"/>
<technology name="openfeign" class="feign.RequestLine"/>
<technology name="openjfx" class="javafx.css.Size"/>
<technology name="openjpa" class="org.apache.openjpa.persistence.PersistenceProviderImpl"/>
@@ -227,6 +232,7 @@
<technology name="sphinx" class="org.axonframework.commandhandling.CommandHandler"/>
<technology name="spock" class="spock.mock.MockingApi"/>
<technology name="spotbugs" class="edu.umd.cs.findbugs.annotations.Nullable"/>
<technology name="spring-ai" class="org.springframework.ai.chat.client.ChatClient"/>
<technology name="spring-amqp" class="org.springframework.amqp.core.AbstractExchange"/>
<technology name="spring-amqp" class="org.springframework.amqp.core.Message"/>
<technology name="spring-batch" class="org.springframework.batch.core.Job"/>

View File

@@ -237,7 +237,7 @@
<technology name="kvision" root="io.kvision"/>
<technology name="lagom" root="com.lightbend.lagom"/>
<technology name="laminar" root="laminar"/>
<technology name="langchain4j" root="dev.langchain4j.model.chat"/>
<technology name="langchain4j" root="dev.langchain4j"/>
<technology name="liquibase" root="liquibase"/>
<technology name="log4j1" root="org.apache.log4j"/>
<technology name="log4j" root="org.apache.logging.log4j"/>
@@ -247,6 +247,7 @@
<technology name="macwire" root="macwire"/>
<technology name="magnolia" root="magnolia1"/>
<technology name="mapstruct" root="org.mapstruct"/>
<technology name="mcp-kotlin-sdk" root="io.modelcontextprotocol.kotlin.sdk"/>
<technology name="micrometer" root="io.micrometer"/>
<technology name="micronaut" root="io.micronaut"/>
<technology name="microprofile" root="org.eclipse.microprofile"/>
@@ -274,6 +275,8 @@
<technology name="npm-publish" root="dev.petuska.npm.publish"/>
<technology name="okhttp3" root="okhttp3"/>
<technology name="okio" root="okio"/>
<technology name="openai-java" root="com.openai.models"/>
<technology name="openai-kotlin-unofficial" root="com.aallam.openai"/>
<technology name="opencv" root="org.opencv"/>
<technology name="openfeign" root="feign"/>
<technology name="openjpa" root="org.apache.openjpa.persistence"/>
@@ -341,6 +344,7 @@
<technology name="spire" root="spire"/>
<technology name="spock" root="spock"/>
<technology name="spotbugs" root="edu.umd.cs.findbugs.annotations"/>
<technology name="spring-ai" root="org.springframework.ai"/>
<technology name="spring-amqp" root="org.springframework.amqp"/>
<technology name="spring-batch" root="org.springframework.batch"/>
<technology name="spring-boot" root="org.springframework.boot"/>
@@ -409,6 +413,7 @@
<technology name="webtau" root="org.testingisdocumenting.webtau"/>
<technology name="weld" root="org.jboss.weld"/>
<technology name="wiremock" root="com.github.tomakehurst.wiremock"/>
<technology name="xef-ai" root="com.xebia.functional.xef"/>
<technology name="xmlgraphics" root="org.apache.xmlgraphics"/>
<technology name="zio" root="zio"/>
<technology name="zio-test" root="zio.test"/>