License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.hunorkovacs |
ArtifactId | ArtifactIdcirce-config_2.12 |
Version | Version0.9.0 |
Type | Typejar |
Description |
Descriptioncirce-config
Yet another Typesafe Config decoder
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
circe-config_2.12-0.9.0.pom | |
circe-config_2.12-0.9.0.jar | 24 KB |
circe-config_2.12-0.9.0-sources.jar | 8 KB |
circe-config_2.12-0.9.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hunorkovacs/circe-config_2.12/ -->
<dependency>
<groupId>com.hunorkovacs</groupId>
<artifactId>circe-config_2.12</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hunorkovacs/circe-config_2.12/
implementation 'com.hunorkovacs:circe-config_2.12:0.9.0'
// https://jarcasting.com/artifacts/com.hunorkovacs/circe-config_2.12/
implementation ("com.hunorkovacs:circe-config_2.12:0.9.0")
'com.hunorkovacs:circe-config_2.12:jar:0.9.0'
<dependency org="com.hunorkovacs" name="circe-config_2.12" rev="0.9.0">
<artifact name="circe-config_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hunorkovacs', module='circe-config_2.12', version='0.9.0')
)
libraryDependencies += "com.hunorkovacs" % "circe-config_2.12" % "0.9.0"
[com.hunorkovacs/circe-config_2.12 "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.15 |
com.typesafe : config | jar | 1.4.2 |
io.circe : circe-core_2.12 | jar | 0.14.1 |
io.circe : circe-parser_2.12 | jar | 0.14.1 |
Group / Artifact | Type | Version |
---|---|---|
io.circe : circe-generic_2.12 | jar | 0.14.1 |
io.circe : circe-testing_2.12 | jar | 0.14.1 |
org.typelevel : cats-effect_2.12 | jar | 2.5.4 |
org.typelevel : discipline-core_2.12 | jar | 1.4.0 |
org.scalacheck : scalacheck_2.12 | jar | 1.15.4 |
org.scalatest : scalatest_2.12 | jar | 3.2.11 |
org.scalatestplus : scalacheck-1-15_2.12 | jar | 3.2.11.0 |