ficus

A Scala-friendly wrapper companion for Typesafe config

License

License

Categories

Categories

Net
GroupId

GroupId

net.ceedubs
ArtifactId

ArtifactId

ficus_2.11
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

ficus
A Scala-friendly wrapper companion for Typesafe config
Project URL

Project URL

https://github.com/ceedubs/ficus
Project Organization

Project Organization

net.ceedubs
Source Code Management

Source Code Management

https://github.com/ceedubs/ficus

Download ficus_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/net.ceedubs/ficus_2.11/ -->
<dependency>
    <groupId>net.ceedubs</groupId>
    <artifactId>ficus_2.11</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.ceedubs/ficus_2.11/
implementation 'net.ceedubs:ficus_2.11:1.1.2'
// https://jarcasting.com/artifacts/net.ceedubs/ficus_2.11/
implementation ("net.ceedubs:ficus_2.11:1.1.2")
'net.ceedubs:ficus_2.11:jar:1.1.2'
<dependency org="net.ceedubs" name="ficus_2.11" rev="1.1.2">
  <artifact name="ficus_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ceedubs', module='ficus_2.11', version='1.1.2')
)
libraryDependencies += "net.ceedubs" % "ficus_2.11" % "1.1.2"
[net.ceedubs/ficus_2.11 "1.1.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.0
com.typesafe : config jar 1.2.1

provided (1)

Group / Artifact Type Version
org.scala-lang : scala-reflect jar 2.11.0

test (3)

Group / Artifact Type Version
org.specs2 : specs2_2.11 jar 2.3.11
org.scalacheck : scalacheck_2.11 jar 1.11.3
com.chuusai : shapeless_2.11 jar 2.0.0

Project Modules

There are no modules declared in this project.

Project has moved

The official repository is now iheartradio/ficus, since the kind folks at iHeartRadio have adopted this library.

Reasons for handing over ownership

I had been neglecting Ficus for several reasons:

  • At work we use knobs
  • I am a bit oversubscribed on open source projects
  • Ficus scratched an itch when I first wrote it, but if I were to write it again right now, I would approach it differently.
    • I would represent errors explicitly in the types (currently it throws exceptions, which can be handy, but I would want an alternative).
    • I would use Shapeless to derive readers instead of a macro. At the time, the macro was necessary to use default values on classes, but Shapeless now provides full support for this.
    • I think I would end up writing a shapeless-knobs micro library that simply provides Shapeless-derived Configured instances.

Having said that, I know there are a number of people that are happily using Ficus. So I'm quite thankful and happy that a team at iHeartRadio has adopted it.

Versions

Version
1.1.2
1.1.1
1.1.0