args4c


License

License

GroupId

GroupId

com.github.aaronp
ArtifactId

ArtifactId

args4c_2.12
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

args4c
args4c
Project URL

Project URL

https://github.com/aaronp/args4c
Project Organization

Project Organization

com.github.aaronp
Source Code Management

Source Code Management

https://github.com/aaronp/args4c

Download args4c_2.12

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.8

provided (1)

Group / Artifact Type Version
com.typesafe : config jar 1.3.4

test (4)

Group / Artifact Type Version
org.scalactic : scalactic_2.12 jar 3.0.8
org.scalatest : scalatest_2.12 jar 3.0.8
org.pegdown : pegdown jar 1.6.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Args4c

Build Status Maven Central Coverage Status Scaladoc

An "arguments for config" zero-dependency* utility to aid in producing a lightbend (typesafe) config from command-line arguments, as well as some convenience methods for working with configurations such as:

  • get the unique paths, export a config as a json string, filter/modify configs
  • provide 'pretty' config summaries
  • encrypting/decrypt sensitive config entries
  • allow overrides from environment variables (e.g. FOO_BAR=123 overrides property foo.bar)

The minisite can be found here

* It is zero-dependency as it declares a 'provided' dependency on the lightbend (typesafe) config so not to conflict with the explicit version used by your project

Versions

Version
0.7.0
0.6.6
0.6.2
0.6.0
0.5.0
0.4.1
0.4.0
0.3.3