How to install lightbend/config. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
lightbend/config Installation Guide
How to install lightbend/config. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for lightbend/config. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i lightbend/configor
Install via npx
npx @hexmos/ipm i lightbend/configManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Maven
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.4.4</version>
</dependency>sbt
libraryDependencies += "com.typesafe" % "config" % "1.4.4"Direct Download
https://repo1.maven.org/maven2/com/typesafe/config/Build from Source
git clone https://github.com/lightbend/config
cd config
sbt publishLocal