| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdcom.lambdista |
| ArtifactId | ArtifactIdconfig_2.11 |
| Version | Version0.6.0 |
| Type | Typejar |
| Description |
Descriptioncore
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_2.11-0.6.0.pom | |
| config_2.11-0.6.0.jar | 376 KB |
| config_2.11-0.6.0-sources.jar | 11 KB |
| config_2.11-0.6.0-javadoc.jar | 453 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lambdista/config_2.11/ -->
<dependency>
<groupId>com.lambdista</groupId>
<artifactId>config_2.11</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lambdista/config_2.11/
implementation 'com.lambdista:config_2.11:0.6.0'
// https://jarcasting.com/artifacts/com.lambdista/config_2.11/
implementation ("com.lambdista:config_2.11:0.6.0")
'com.lambdista:config_2.11:jar:0.6.0'
<dependency org="com.lambdista" name="config_2.11" rev="0.6.0">
<artifact name="config_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lambdista', module='config_2.11', version='0.6.0')
)
libraryDependencies += "com.lambdista" % "config_2.11" % "0.6.0"
[com.lambdista/config_2.11 "0.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.11.12 |
| com.chuusai : shapeless_2.11 | jar | 2.3.3 |
| com.lihaoyi : fastparse_2.11 | jar | 2.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.11 | jar | 3.0.8 |