r

rest-template-library

A Spring boot library created at 2023 for the purpose of facilitating rest template inter-service communication
https://github.com/jamalakida/java-rest-template-assistance-library
MIT License
Jamal Akida
Files download
File Operation
rest-template-library-1.0.0.jar download
rest-template-library-1.0.0.pom download
rest-template-library-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.jamalakida</groupId>
  <artifactId>rest-template-library</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.jamalakida:rest-template-library:1.0.0'
Gradle Kotlin
implementation("io.github.jamalakida:rest-template-library:1.0.0")
Scala SBT
libraryDependencies += "io.github.jamalakida" % "rest-template-library" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.jamalakida', module='rest-template-library', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.jamalakida" name="rest-template-library" rev="1.0.0" />
Leiningen
[io.github.jamalakida/rest-template-library "1.0.0"]
Apache Buildr
'io.github.jamalakida:rest-template-library:jar:1.0.0'