Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.HuChen-dot |
ArtifactId | ArtifactIdsimplerpc-spring-boot-starter |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
simplerpc-spring-boot-starter-1.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.HuChen-dot/simplerpc-spring-boot-starter/ -->
<dependency>
<groupId>io.github.HuChen-dot</groupId>
<artifactId>simplerpc-spring-boot-starter</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.HuChen-dot/simplerpc-spring-boot-starter/
implementation 'io.github.HuChen-dot:simplerpc-spring-boot-starter:1.0'
// https://jarcasting.com/artifacts/io.github.HuChen-dot/simplerpc-spring-boot-starter/
implementation ("io.github.HuChen-dot:simplerpc-spring-boot-starter:1.0")
'io.github.HuChen-dot:simplerpc-spring-boot-starter:pom:1.0'
<dependency org="io.github.HuChen-dot" name="simplerpc-spring-boot-starter" rev="1.0">
<artifact name="simplerpc-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.HuChen-dot', module='simplerpc-spring-boot-starter', version='1.0')
)
libraryDependencies += "io.github.HuChen-dot" % "simplerpc-spring-boot-starter" % "1.0"
[io.github.HuChen-dot/simplerpc-spring-boot-starter "1.0"]