Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.jzdayz |
ArtifactId | ArtifactIdlight-rpc-spring-boot |
Version | Version2.0.3 |
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>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jzdayz/light-rpc-spring-boot/
implementation 'io.github.jzdayz:light-rpc-spring-boot:2.0.3'
// https://jarcasting.com/artifacts/io.github.jzdayz/light-rpc-spring-boot/
implementation ("io.github.jzdayz:light-rpc-spring-boot:2.0.3")
'io.github.jzdayz:light-rpc-spring-boot:jar:2.0.3'
<dependency org="io.github.jzdayz" name="light-rpc-spring-boot" rev="2.0.3">
<artifact name="light-rpc-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jzdayz', module='light-rpc-spring-boot', version='2.0.3')
)
libraryDependencies += "io.github.jzdayz" % "light-rpc-spring-boot" % "2.0.3"
[io.github.jzdayz/light-rpc-spring-boot "2.0.3"]