s

spring-config-rest-server

Alternative implementation for Spring Cloud Config with additional features
https://github.com/melangad/spring-config-rest-server
MIT License
Melanga Dissanayake
Files download
File Operation
spring-config-rest-server-0.0.1.jar download
spring-config-rest-server-0.0.1.pom download
spring-config-rest-server-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.melangad</groupId>
  <artifactId>spring-config-rest-server</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.melangad:spring-config-rest-server:0.0.1'
Gradle Kotlin
implementation("io.github.melangad:spring-config-rest-server:0.0.1")
Scala SBT
libraryDependencies += "io.github.melangad" % "spring-config-rest-server" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.melangad', module='spring-config-rest-server', version='0.0.1')
)
Apache Ivy
<dependency org="io.github.melangad" name="spring-config-rest-server" rev="0.0.1" />
Leiningen
[io.github.melangad/spring-config-rest-server "0.0.1"]
Apache Buildr
'io.github.melangad:spring-config-rest-server:jar:0.0.1'