MVN

com.geirsson : metaconfig_2.11

Maven & Gradle

Mar 04, 2017
1 usages
6 stars

metaconfig · metaconfig

<dependency>
    <groupId>com.geirsson</groupId>
    <artifactId>metaconfig_2.11</artifactId>
    <version>0.5.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.geirsson : metaconfig_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.8
  • Latest Release Candidate: 0.5.3-RC1

All Versions

Choose a version of com.geirsson : metaconfig_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
metaconfig_2.11-0.5.8
metaconfig_2.11-0.5.7
metaconfig_2.11-0.5.6
metaconfig_2.11-0.5.5
metaconfig_2.11-0.5.4
metaconfig_2.11-0.5.3
metaconfig_2.11-0.5.3-RC1
metaconfig_2.11-0.5.2
metaconfig_2.11-0.5.2-RC1
metaconfig_2.11-0.5.1
metaconfig_2.11-0.5.0
metaconfig_2.11-0.5.0-RC4
metaconfig_2.11-0.5.0-RC3
metaconfig_2.11-0.5.0-RC2
metaconfig_2.11-0.5.0-RC1
0.4.x
metaconfig_2.11-0.4.10
metaconfig_2.11-0.4.9
metaconfig_2.11-0.4.8
metaconfig_2.11-0.4.7
metaconfig_2.11-0.4.6
metaconfig_2.11-0.4.5
metaconfig_2.11-0.4.4
metaconfig_2.11-0.4.3
metaconfig_2.11-0.4.3-RC1
metaconfig_2.11-0.4.2
metaconfig_2.11-0.4.1
metaconfig_2.11-0.4.0
metaconfig_2.11-0.4.0-RC3
0.1.x
metaconfig_2.11-0.1.2
metaconfig_2.11-0.1.1
metaconfig_2.11-0.1.0

How to add a dependency to Maven

Add the following com.geirsson : metaconfig_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.geirsson</groupId>
    <artifactId>metaconfig_2.11</artifactId>
    <version>0.5.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.geirsson : metaconfig_2.11 gradle dependency to your build.gradle file:

implementation 'com.geirsson:metaconfig_2.11:0.5.8'

Gradle Kotlin DSL: Add the following com.geirsson : metaconfig_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.geirsson:metaconfig_2.11:0.5.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.geirsson : metaconfig_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.geirsson" % "metaconfig_2.11" % "0.5.8"

Advertisement