License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.lambdista |
ArtifactId | ArtifactIdconfig-typesafe_2.13 |
Last Version | Last Version0.8.1 |
Release Date | Release Date |
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.13/ -->
<dependency>
<groupId>com.lambdista</groupId>
<artifactId>config-typesafe_2.13</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lambdista/config-typesafe_2.13/
implementation 'com.lambdista:config-typesafe_2.13:0.8.1'
// https://jarcasting.com/artifacts/com.lambdista/config-typesafe_2.13/
implementation ("com.lambdista:config-typesafe_2.13:0.8.1")
'com.lambdista:config-typesafe_2.13:jar:0.8.1'
<dependency org="com.lambdista" name="config-typesafe_2.13" rev="0.8.1">
<artifact name="config-typesafe_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lambdista', module='config-typesafe_2.13', version='0.8.1')
)
libraryDependencies += "com.lambdista" % "config-typesafe_2.13" % "0.8.1"
[com.lambdista/config-typesafe_2.13 "0.8.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.6 |
com.lambdista : config_2.13 | jar | 0.8.1 |
com.typesafe : config | jar | 1.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.scalameta : munit_2.13 | jar | 0.7.27 |