Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Question: Can this library be used with maven? #2

Open
javadba opened this issue May 24, 2018 · 1 comment
Open

Question: Can this library be used with maven? #2

javadba opened this issue May 24, 2018 · 1 comment

Comments

@javadba
Copy link

javadba commented May 24, 2018

I see there is a sbt plugin requirement.. so I'm not hopeful that this can be used with maven .. but checking in any case since this library looks to fit well with our needs - and pureconfig has too many issues.

@carueda
Copy link
Owner

carueda commented May 25, 2018

Hey, thanks for the interest to give cfg a try!

I haven't used maven for a long time (and not that much anyway) so, sorry, I don't have any immediate concrete answer or pointers.

But, perhaps something like this may work?

<dependencies>
  <dependency>
    <groupId>com.github.carueda</groupId>
    <artifactId>cfg_2.12</artifactId>
    <version>0.3.0</version>
  </dependency>
  <dependency>
    <groupId>org.scalameta</groupId>
    <artifactId>paradise_2.12.6</artifactId>
    <version>3.0.0-M11</version>
  </dependency>
</dependencies>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants