MVN

com.geirsson : metaconfig-typesafe-config_2.12

Maven & Gradle

Aug 16, 2022
23 usages

typesafe · Integration for HOCON using typesafehub/config.

<dependency>
    <groupId>com.geirsson</groupId>
    <artifactId>metaconfig-typesafe-config_2.12</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.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.1
  • Latest Release Candidate: 0.8.0-RC1

All Versions

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Aug 25, 2019
  • metaconfig-typesafe-config_2.12-0.9.3

    Apr 24, 2019
  • metaconfig-typesafe-config_2.12-0.9.2

    Dec 18, 2018
  • metaconfig-typesafe-config_2.12-0.9.1

    Nov 28, 2018
  • metaconfig-typesafe-config_2.12-0.9.0

    Nov 28, 2018
  • metaconfig-typesafe-config_2.12-0.8.4

    Sep 03, 2018
  • metaconfig-typesafe-config_2.12-0.8.3

    May 29, 2018
  • metaconfig-typesafe-config_2.12-0.8.2

    May 29, 2018
  • metaconfig-typesafe-config_2.12-0.8.1

    May 25, 2018
  • metaconfig-typesafe-config_2.12-0.8.0

    May 23, 2018
  • metaconfig-typesafe-config_2.12-0.8.0-RC1

    May 22, 2018
  • metaconfig-typesafe-config_2.12-0.7.2

    May 10, 2018
  • metaconfig-typesafe-config_2.12-0.7.1

    May 06, 2018
  • metaconfig-typesafe-config_2.12-0.7.0

    Apr 22, 2018
  • metaconfig-typesafe-config_2.12-0.6.0

    Jan 24, 2018
  • metaconfig-typesafe-config_2.12-0.6.0-RC1

    Jan 23, 2018
  • metaconfig-typesafe-config_2.12-0.5.4

    Dec 13, 2017
  • metaconfig-typesafe-config_2.12-0.5.3

    Nov 15, 2017
  • metaconfig-typesafe-config_2.12-0.5.2

    Aug 29, 2017
  • metaconfig-typesafe-config_2.12-0.5.1

    Aug 09, 2017
  • metaconfig-typesafe-config_2.12-0.5.0

    Jul 15, 2017
  • metaconfig-typesafe-config_2.12-0.5.0-RC4

    Jul 14, 2017
  • metaconfig-typesafe-config_2.12-0.5.0-RC3

    Jul 13, 2017
  • metaconfig-typesafe-config_2.12-0.4.0

    May 26, 2017
  • metaconfig-typesafe-config_2.12-0.3.3

    May 23, 2017
  • metaconfig-typesafe-config_2.12-0.3.2

    Apr 22, 2017
  • metaconfig-typesafe-config_2.12-0.3.1

    Apr 19, 2017
  • metaconfig-typesafe-config_2.12-0.3.0

    Apr 12, 2017
  • metaconfig-typesafe-config_2.12-0.3.0-RC1

    Apr 09, 2017
  • metaconfig-typesafe-config_2.12-0.2.2

    Apr 06, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>com.geirsson</groupId>
    <artifactId>metaconfig-typesafe-config_2.12</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.12 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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