All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by dubbo with all dependencies


nezha-core-starter from group com.thirtyai (version 0.5.1-202x207-RELEASE)

Group: com.thirtyai Artifact: nezha-core-starter
Show all versions Show documentation Show source 
Download nezha-core-starter.jar (0.5.1-202x207-RELEASE)
 

0 downloads
Artifact nezha-core-starter
Group com.thirtyai
Version 0.5.1-202x207-RELEASE
Last update 10. May 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies nezha-i18n, nezha-log-starter,
There are maybe transitive dependencies!

nezha-i18n from group com.thirtyai (version 0.5.1-202x207-RELEASE)

Group: com.thirtyai Artifact: nezha-i18n
Show all versions Show documentation Show source 
Download nezha-i18n.jar (0.5.1-202x207-RELEASE)
 

0 downloads
Artifact nezha-i18n
Group com.thirtyai
Version 0.5.1-202x207-RELEASE
Last update 10. May 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies nezha-common-starter,
There are maybe transitive dependencies!

nezha-druid-starter from group com.thirtyai (version 0.5.1-202x207-RELEASE)

Group: com.thirtyai Artifact: nezha-druid-starter
Show all versions Show documentation Show source 
Download nezha-druid-starter.jar (0.5.1-202x207-RELEASE)
 

0 downloads
Artifact nezha-druid-starter
Group com.thirtyai
Version 0.5.1-202x207-RELEASE
Last update 10. May 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies druid-spring-boot-starter, nezha-log-starter,
There are maybe transitive dependencies!

nezha-log-starter from group com.thirtyai (version 0.5.1-202x207-RELEASE)

Group: com.thirtyai Artifact: nezha-log-starter
Show all versions Show documentation Show source 
Download nezha-log-starter.jar (0.5.1-202x207-RELEASE)
 

0 downloads
Artifact nezha-log-starter
Group com.thirtyai
Version 0.5.1-202x207-RELEASE
Last update 10. May 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies spring-boot-starter-logging, nezha-nacos-starter, logstash-logback-encoder, janino,
There are maybe transitive dependencies!

nezha-nacos-starter from group com.thirtyai (version 0.5.1-202x207-RELEASE)

Group: com.thirtyai Artifact: nezha-nacos-starter
Show all versions Show documentation Show source 
Download nezha-nacos-starter.jar (0.5.1-202x207-RELEASE)
 

0 downloads
Artifact nezha-nacos-starter
Group com.thirtyai
Version 0.5.1-202x207-RELEASE
Last update 10. May 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies spring-context-support, nacos-config-spring-boot-starter, nacos-discovery-spring-boot-starter, nacos-spring-context, nacos-client, fastjson, nezha-common-starter,
There are maybe transitive dependencies!

nezha-common-starter from group com.thirtyai (version 0.5.1-202x207-RELEASE)

Group: com.thirtyai Artifact: nezha-common-starter
Show all versions Show documentation Show source 
Download nezha-common-starter.jar (0.5.1-202x207-RELEASE)
 

0 downloads
Artifact nezha-common-starter
Group com.thirtyai
Version 0.5.1-202x207-RELEASE
Last update 10. May 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies jackson-core, snakeyaml, hutool-all, jackson-databind, jackson-datatype-jsr310, jakarta.validation-api,
There are maybe transitive dependencies!

nezha-starters from group com.thirtyai (version 0.5.1-202x207-RELEASE)

nezha(哪吒)是基于Spring boot、Dubbo、Nacos、Spring cloud gateway、Spring security、Sentinel、Seata、 Caffeine、RocketMq、Redis、Mybatis、Mybatis-plus、HikariCP、Druid、Swagger、Knife4j、Hutool等优秀项目之上, 结合多个项目的实施经验,总结的一套分布式微服务快速开发框架, 开箱即用。 包括三大部分: . nezha-starters: 框架部分。 . nezha-tool: 命令行工具部分,项目级代码生成,常用的命名行工具。通过共享软件的形式发布。 . nezha-platform: 多业务单元集合平台。模块化业务单元,如:权限、资源、日志、用户、商城、CMS等。

Group: com.thirtyai Artifact: nezha-starters
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact nezha-starters
Group com.thirtyai
Version 0.5.1-202x207-RELEASE
Last update 10. May 2022
Organization not specified
URL https://nezha.thirtyai.com
License The Apache License, Version 2.0
Dependencies amount 5
Dependencies spring-boot-starter-aop, snakeyaml, spring-retry, swagger-annotations, annotations,
There are maybe transitive dependencies!

ares-boot-starter-rpc-api from group io.github.aresxue.boot (version 1.0.2)

Group: io.github.aresxue.boot Artifact: ares-boot-starter-rpc-api
Show all versions 
Download ares-boot-starter-rpc-api.jar (1.0.2)
 

0 downloads
Artifact ares-boot-starter-rpc-api
Group io.github.aresxue.boot
Version 1.0.2
Last update 05. January 2024
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ares-boot-starter-rpc-abstract from group io.github.aresxue.boot (version 1.0.2)

Group: io.github.aresxue.boot Artifact: ares-boot-starter-rpc-abstract
Show all versions 
Download ares-boot-starter-rpc-abstract.jar (1.0.2)
 

0 downloads
Artifact ares-boot-starter-rpc-abstract
Group io.github.aresxue.boot
Version 1.0.2
Last update 05. January 2024
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 1
Dependencies ares-boot-starter-rpc-api,
There are maybe transitive dependencies!

ares-boot-starter-rpc-adapter from group io.github.aresxue.boot (version 1.0.2)

rpc快速使用,可自动从配置中心获取注册中心、线程池、超时时间等配置, 在rpc调用异常时将异常封装成标准响应对象返回给调用方,并自定义rpc telnet指令供开发测试使用, 业务可使用提供注解进行rpc服务的消费和提供,可实现消费和提供者服务批量管理,提供泛化调用工具 RPC use quickly, and the underlying implementation is currently dubbo, which can automatically obtain configurations such as registration center, thread pool, and timeout time from the configuration center. When dubbo calls an exception, it will encapsulate the exception into a standard response object and return it to the caller, and customize the dubbo telnet command. For development and testing, businesses can use annotations to consume and provide RPC services, realize batch management of consumption and provider services, and provide generalized calling tools

Group: io.github.aresxue.boot Artifact: ares-boot-starter-rpc-adapter
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ares-boot-starter-rpc-adapter
Group io.github.aresxue.boot
Version 1.0.2
Last update 05. January 2024
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 74 from 74 (items total 740)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy