| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdio.higherkindness |
| ArtifactId | ArtifactIdmu-config_2.12 |
| Version | Version0.28.0 |
| Type | Typejar |
| Description |
Descriptionconfig
Mu is a purely functional library for building RPC endpoint based services with support for RPC and HTTP/2
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mu-config_2.12-0.28.0.pom | |
| mu-config_2.12-0.28.0.jar | 19 KB |
| mu-config_2.12-0.28.0-sources.jar | 5 KB |
| mu-config_2.12-0.28.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.higherkindness/mu-config_2.12/ -->
<dependency>
<groupId>io.higherkindness</groupId>
<artifactId>mu-config_2.12</artifactId>
<version>0.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.higherkindness/mu-config_2.12/
implementation 'io.higherkindness:mu-config_2.12:0.28.0'
// https://jarcasting.com/artifacts/io.higherkindness/mu-config_2.12/
implementation ("io.higherkindness:mu-config_2.12:0.28.0")
'io.higherkindness:mu-config_2.12:jar:0.28.0'
<dependency org="io.higherkindness" name="mu-config_2.12" rev="0.28.0">
<artifact name="mu-config_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.higherkindness', module='mu-config_2.12', version='0.28.0')
)
libraryDependencies += "io.higherkindness" % "mu-config_2.12" % "0.28.0"
[io.higherkindness/mu-config_2.12 "0.28.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.15 |
| io.higherkindness : mu-rpc-service_2.12 | jar | 0.28.0 |
| io.higherkindness : mu-rpc-server_2.12 | jar | 0.28.0 |
| com.github.pureconfig : pureconfig_2.12 | jar | 0.17.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-compiler | jar | 2.12.15 |