gitcon

Git backened runtime config

License

License

Categories

Categories

Cyclops General Purpose Libraries Functional Programming
GroupId

GroupId

org.cyclopsgroup
ArtifactId

ArtifactId

gitcon
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

gitcon
Git backened runtime config
Project URL

Project URL

http://github.com/jiaqi/gitcon
Source Code Management

Source Code Management

https://github.com/jiaqi/gitcon

Download gitcon

How to add to project

<!-- https://jarcasting.com/artifacts/org.cyclopsgroup/gitcon/ -->
<dependency>
    <groupId>org.cyclopsgroup</groupId>
    <artifactId>gitcon</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.cyclopsgroup/gitcon/
implementation 'org.cyclopsgroup:gitcon:0.0.2'
// https://jarcasting.com/artifacts/org.cyclopsgroup/gitcon/
implementation ("org.cyclopsgroup:gitcon:0.0.2")
'org.cyclopsgroup:gitcon:jar:0.0.2'
<dependency org="org.cyclopsgroup" name="gitcon" rev="0.0.2">
  <artifact name="gitcon" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cyclopsgroup', module='gitcon', version='0.0.2')
)
libraryDependencies += "org.cyclopsgroup" % "gitcon" % "0.0.2"
[org.cyclopsgroup/gitcon "0.0.2"]

Dependencies

compile (11)

Group / Artifact Type Version
com.google.cloud : google-cloud-storage Optional jar 1.75.0
commons-lang : commons-lang jar 2.6
commons-io : commons-io jar 2.6
commons-collections : commons-collections jar 3.2.2
org.apache.httpcomponents : httpclient jar 4.5.8
org.springframework : spring-beans jar 5.1.6.RELEASE
org.springframework : spring-context jar 5.1.6.RELEASE
org.eclipse.jgit : org.eclipse.jgit jar 3.4.1.201406201815-r
com.jcraft : jsch jar 0.1.51
org.json : json jar 20090211
com.google.truth : truth jar 1.0.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.jmock : jmock jar 2.5.1

Project Modules

There are no modules declared in this project.

What is Gitcon

Gitcon is a library that gets configuration from Git repository and interpret it within Spring context. It's a cheap solution of dynamic configuration.

Learn more in this blog.

Development guide

Please follow Google style guide when making a code change.

Versions

Version
0.0.2
0.0.1