Categories |
CategoriesSpring Boot Container Microservices Ant Build Tools CLI User Interface |
---|---|
GroupId | GroupIdio.github.polysantiago |
ArtifactId | ArtifactIdspring-boot-rest-client |
Version | Version1.0.0 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.github.polysantiago/spring-boot-rest-client/ -->
<dependency>
<groupId>io.github.polysantiago</groupId>
<artifactId>spring-boot-rest-client</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.polysantiago/spring-boot-rest-client/
implementation 'io.github.polysantiago:spring-boot-rest-client:1.0.0'
// https://jarcasting.com/artifacts/io.github.polysantiago/spring-boot-rest-client/
implementation ("io.github.polysantiago:spring-boot-rest-client:1.0.0")
'io.github.polysantiago:spring-boot-rest-client:pom:1.0.0'
<dependency org="io.github.polysantiago" name="spring-boot-rest-client" rev="1.0.0">
<artifact name="spring-boot-rest-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.polysantiago', module='spring-boot-rest-client', version='1.0.0')
)
libraryDependencies += "io.github.polysantiago" % "spring-boot-rest-client" % "1.0.0"
[io.github.polysantiago/spring-boot-rest-client "1.0.0"]