Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.jzdayz |
ArtifactId | ArtifactIdlight-rpc-spring-boot |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.jzdayz/light-rpc-spring-boot/ -->
<dependency>
<groupId>io.github.jzdayz</groupId>
<artifactId>light-rpc-spring-boot</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jzdayz/light-rpc-spring-boot/
implementation 'io.github.jzdayz:light-rpc-spring-boot:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.jzdayz/light-rpc-spring-boot/
implementation ("io.github.jzdayz:light-rpc-spring-boot:1.0.0.RELEASE")
'io.github.jzdayz:light-rpc-spring-boot:jar:1.0.0.RELEASE'
<dependency org="io.github.jzdayz" name="light-rpc-spring-boot" rev="1.0.0.RELEASE">
<artifact name="light-rpc-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jzdayz', module='light-rpc-spring-boot', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.jzdayz" % "light-rpc-spring-boot" % "1.0.0.RELEASE"
[io.github.jzdayz/light-rpc-spring-boot "1.0.0.RELEASE"]