| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdcom.lambdista |
| ArtifactId | ArtifactIdconfig-typesafe_2.12 |
| Version | Version0.7.1 |
| Type | Typejar |
| Description |
Descriptiontypesafe
A type safe, purely functional configuration library for Scala.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.lambdista/config-typesafe_2.12/ -->
<dependency>
<groupId>com.lambdista</groupId>
<artifactId>config-typesafe_2.12</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lambdista/config-typesafe_2.12/
implementation 'com.lambdista:config-typesafe_2.12:0.7.1'
// https://jarcasting.com/artifacts/com.lambdista/config-typesafe_2.12/
implementation ("com.lambdista:config-typesafe_2.12:0.7.1")
'com.lambdista:config-typesafe_2.12:jar:0.7.1'
<dependency org="com.lambdista" name="config-typesafe_2.12" rev="0.7.1">
<artifact name="config-typesafe_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lambdista', module='config-typesafe_2.12', version='0.7.1')
)
libraryDependencies += "com.lambdista" % "config-typesafe_2.12" % "0.7.1"
[com.lambdista/config-typesafe_2.12 "0.7.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.10 |
| com.lambdista : config_2.12 | jar | 0.7.1 |
| com.typesafe : config | jar | 1.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalameta : munit_2.12 | jar | 0.7.8 |