MVN

edu.gatech.gtri.typesafeconfig-extensions : typesafeconfig-internal

Maven & Gradle

Nov 15, 2013
3 usages
10 stars

typesafeconfig-internal · Code common to various typesafeconfig-extensions projects. Other projects should not use this project directly, and it should not be considered part of the public API.

<dependency>
    <groupId>edu.gatech.gtri.typesafeconfig-extensions</groupId>
    <artifactId>typesafeconfig-internal</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.gatech.gtri.typesafeconfig-extensions : typesafeconfig-internal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of edu.gatech.gtri.typesafeconfig-extensions : typesafeconfig-internal to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
typesafeconfig-internal-1.1
1.0
typesafeconfig-internal-1.0

How to add a dependency to Maven

Add the following edu.gatech.gtri.typesafeconfig-extensions : typesafeconfig-internal maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.gatech.gtri.typesafeconfig-extensions</groupId>
    <artifactId>typesafeconfig-internal</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.gatech.gtri.typesafeconfig-extensions : typesafeconfig-internal gradle dependency to your build.gradle file:

implementation 'edu.gatech.gtri.typesafeconfig-extensions:typesafeconfig-internal:1.1'

Gradle Kotlin DSL: Add the following edu.gatech.gtri.typesafeconfig-extensions : typesafeconfig-internal gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.gatech.gtri.typesafeconfig-extensions:typesafeconfig-internal:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.gatech.gtri.typesafeconfig-extensions : typesafeconfig-internal sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.gatech.gtri.typesafeconfig-extensions" % "typesafeconfig-internal" % "1.1"