MVN

com.github.racc : typesafeconfig-guice

Maven & Gradle

Jul 22, 2018
1 usages
67 stars

TypesafeConfigGuice · TypesafeConfigGuice allows TypesafeConfig values to be injected with Guice

<dependency>
    <groupId>com.github.racc</groupId>
    <artifactId>typesafeconfig-guice</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.racc : typesafeconfig-guice to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of com.github.racc : typesafeconfig-guice to add to Maven or Gradle - All Versions:

  • Version Updated
  • typesafeconfig-guice-0.1.0

    Jul 22, 2018
  • typesafeconfig-guice-0.0.4

    Jan 10, 2018
  • typesafeconfig-guice-0.0.3

    Aug 03, 2016
  • typesafeconfig-guice-0.0.2

    Nov 09, 2015
  • typesafeconfig-guice-0.0.1

    Jun 21, 2015

How to add a dependency to Maven

Add the following com.github.racc : typesafeconfig-guice maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.racc</groupId>
    <artifactId>typesafeconfig-guice</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.racc : typesafeconfig-guice gradle dependency to your build.gradle file:

implementation 'com.github.racc:typesafeconfig-guice:0.1.0'

Gradle Kotlin DSL: Add the following com.github.racc : typesafeconfig-guice gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.racc:typesafeconfig-guice:0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.racc : typesafeconfig-guice sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.racc" % "typesafeconfig-guice" % "0.1.0"