MVN

com.geirsson : metaconfig-typesafe-config_2.13

Maven & Gradle

Aug 16, 2022
16 usages

typesafe · Integration for HOCON using typesafehub/config.

<dependency>
    <groupId>com.geirsson</groupId>
    <artifactId>metaconfig-typesafe-config_2.13</artifactId>
    <version>0.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.geirsson : metaconfig-typesafe-config_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.1

All Versions

Choose a version of com.geirsson : metaconfig-typesafe-config_2.13 to add to Maven or Gradle - All Versions:

  • Version Updated
  • metaconfig-typesafe-config_2.13-0.11.1

    Aug 16, 2022
  • metaconfig-typesafe-config_2.13-0.11.0

    Aug 12, 2022
  • metaconfig-typesafe-config_2.13-0.10.0

    Jan 28, 2022
  • metaconfig-typesafe-config_2.13-0.9.16

    Jan 14, 2022
  • metaconfig-typesafe-config_2.13-0.9.15

    Sep 26, 2021
  • metaconfig-typesafe-config_2.13-0.9.14

    May 31, 2021
  • metaconfig-typesafe-config_2.13-0.9.13

    May 23, 2021
  • metaconfig-typesafe-config_2.13-0.9.12

    May 22, 2021
  • metaconfig-typesafe-config_2.13-0.9.11

    Apr 08, 2021
  • metaconfig-typesafe-config_2.13-0.9.10

    Apr 10, 2020
  • metaconfig-typesafe-config_2.13-0.9.9

    Feb 18, 2020
  • metaconfig-typesafe-config_2.13-0.9.8

    Feb 12, 2020
  • metaconfig-typesafe-config_2.13-0.9.7

    Feb 10, 2020
  • metaconfig-typesafe-config_2.13-0.9.6

    Feb 10, 2020
  • metaconfig-typesafe-config_2.13-0.9.5

    Feb 08, 2020
  • metaconfig-typesafe-config_2.13-0.9.4

    Aug 25, 2019

How to add a dependency to Maven

Add the following com.geirsson : metaconfig-typesafe-config_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.geirsson</groupId>
    <artifactId>metaconfig-typesafe-config_2.13</artifactId>
    <version>0.11.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.geirsson : metaconfig-typesafe-config_2.13 gradle dependency to your build.gradle file:

implementation 'com.geirsson:metaconfig-typesafe-config_2.13:0.11.1'

Gradle Kotlin DSL: Add the following com.geirsson : metaconfig-typesafe-config_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.geirsson:metaconfig-typesafe-config_2.13:0.11.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.geirsson : metaconfig-typesafe-config_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.geirsson" % "metaconfig-typesafe-config_2.13" % "0.11.1"