s

smartcosmos-config-server

Server that stores configuration values in a git repository for configuration control, auditing, history, and tagging environments.
Files download
File Operation
smartcosmos-config-server-3.0.1.jar download
smartcosmos-config-server-3.0.1.pom download
smartcosmos-config-server-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.smartcosmos</groupId>
  <artifactId>smartcosmos-config-server</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'net.smartcosmos:smartcosmos-config-server:3.0.1'
Gradle Kotlin
implementation("net.smartcosmos:smartcosmos-config-server:3.0.1")
Scala SBT
libraryDependencies += "net.smartcosmos" % "smartcosmos-config-server" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='net.smartcosmos', module='smartcosmos-config-server', version='3.0.1')
)
Apache Ivy
<dependency org="net.smartcosmos" name="smartcosmos-config-server" rev="3.0.1" />
Leiningen
[net.smartcosmos/smartcosmos-config-server "3.0.1"]
Apache Buildr
'net.smartcosmos:smartcosmos-config-server:jar:3.0.1'