| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdcom.lambdista |
| ArtifactId | ArtifactIdconfig-util_2.12 |
| Version | Version0.5.4 |
| Type | Typejar |
| Description |
Descriptionutil
A type safe, purely functional configuration library for Scala.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| config-util_2.12-0.5.4.pom | |
| config-util_2.12-0.5.4.jar | 9 KB |
| config-util_2.12-0.5.4-sources.jar | 2 KB |
| config-util_2.12-0.5.4-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lambdista/config-util_2.12/ -->
<dependency>
<groupId>com.lambdista</groupId>
<artifactId>config-util_2.12</artifactId>
<version>0.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.lambdista/config-util_2.12/
implementation 'com.lambdista:config-util_2.12:0.5.4'
// https://jarcasting.com/artifacts/com.lambdista/config-util_2.12/
implementation ("com.lambdista:config-util_2.12:0.5.4")
'com.lambdista:config-util_2.12:jar:0.5.4'
<dependency org="com.lambdista" name="config-util_2.12" rev="0.5.4">
<artifact name="config-util_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lambdista', module='config-util_2.12', version='0.5.4')
)
libraryDependencies += "com.lambdista" % "config-util_2.12" % "0.5.4"
[com.lambdista/config-util_2.12 "0.5.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.8 |