args4c


License

License

GroupId

GroupId

com.github.aaronp
ArtifactId

ArtifactId

args4c_2.11
Last Version

Last Version

0.6.6
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.11

How to add to project

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

Dependencies

compile (1)

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

provided (1)

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

test (4)

Group / Artifact Type Version
org.scalactic : scalactic_2.11 jar 3.0.4
org.scalatest : scalatest_2.11 jar 3.0.4
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.6.6
0.6.2
0.6.0
0.5.0
0.4.1
0.4.0
0.3.3
0.0.0