v.4.5.2
版本发布时间: 2021-06-02 14:32:05
LogNet/grpc-spring-boot-starter最新发布版本:v.5.1.5(2023-09-27 13:23:08)
:lady_beetle: Bug Fixes
- Can't download version
4.5.1
from maven central #217 - fixed by setting jar classifier to empty string :
Gradle :
dependencies {
compile 'io.github.lognet:grpc-spring-boot-starter:4.5.2'
}
Maven :
<dependency>
<groupId>io.github.lognet</groupId>
<artifactId>grpc-spring-boot-starter</artifactId>
<version>4.5.2</version>
</dependency>