sensitive-config

A library to parse configuration with sensitive values.

License

License

Categories

Categories

Jakarta Server Pages Jakarta EE The Web Tier config Application Layer Libs Configuration
GroupId

GroupId

com.jspcore
ArtifactId

ArtifactId

sensitive-config
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

sensitive-config
A library to parse configuration with sensitive values.
Project URL

Project URL

http://www.jspcore.com/
Source Code Management

Source Code Management

https://github.com/mustaine/sensitive-config

Download sensitive-config

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
com.bettercloud : vault-java-driver jar 3.0.0
com.fasterxml.jackson.core : jackson-annotations jar 2.9.3
com.fasterxml.jackson.core : jackson-core jar 2.9.3
com.fasterxml.jackson.core : jackson-databind jar 2.9.3
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.9.3
org.slf4j : slf4j-api jar 1.7.22
ch.qos.logback : logback-classic jar 1.1.8

Project Modules

There are no modules declared in this project.

Build Status Maven Central codecov

SenstiveConfig

License

This project is licensed under MIT license.

Contributing

Github is for social coding: if you want to write code, I encourage contributions through pull requests from forks of this repository. Create Github tickets for bugs and new features and comment on the ones that you are interested in.

Versions

Version
0.0.2
0.0.1