Categories |
CategoriesSpring Boot Container Microservices Ant Build Tools |
---|---|
GroupId | GroupIdio.github.wanggit |
ArtifactId | ArtifactIdantrpc-spring-boot-starter |
Version | Version2.0.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.wanggit/antrpc-spring-boot-starter/ -->
<dependency>
<groupId>io.github.wanggit</groupId>
<artifactId>antrpc-spring-boot-starter</artifactId>
<version>2.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wanggit/antrpc-spring-boot-starter/
implementation 'io.github.wanggit:antrpc-spring-boot-starter:2.0.2.RELEASE'
// https://jarcasting.com/artifacts/io.github.wanggit/antrpc-spring-boot-starter/
implementation ("io.github.wanggit:antrpc-spring-boot-starter:2.0.2.RELEASE")
'io.github.wanggit:antrpc-spring-boot-starter:jar:2.0.2.RELEASE'
<dependency org="io.github.wanggit" name="antrpc-spring-boot-starter" rev="2.0.2.RELEASE">
<artifact name="antrpc-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wanggit', module='antrpc-spring-boot-starter', version='2.0.2.RELEASE')
)
libraryDependencies += "io.github.wanggit" % "antrpc-spring-boot-starter" % "2.0.2.RELEASE"
[io.github.wanggit/antrpc-spring-boot-starter "2.0.2.RELEASE"]