MVN

com.gu : support-config_2.11

Maven & Gradle

Mar 09, 2018
1 stars

support-config · Scala library to provide shared configuration to Guardian Support projects.

<dependency>
    <groupId>com.gu</groupId>
    <artifactId>support-config_2.11</artifactId>
    <version>0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gu : support-config_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16

All Versions

Choose a version of com.gu : support-config_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16
support-config_2.11-0.16
0.15
support-config_2.11-0.15
0.14
support-config_2.11-0.14
0.13
support-config_2.11-0.13
0.12
support-config_2.11-0.12
0.11
support-config_2.11-0.11
0.10
support-config_2.11-0.10
0.9
support-config_2.11-0.9
0.8
support-config_2.11-0.8
0.7
support-config_2.11-0.7
0.6
support-config_2.11-0.6
0.5
support-config_2.11-0.5
0.4
support-config_2.11-0.4
0.3
support-config_2.11-0.3
0.2
support-config_2.11-0.2
0.1
support-config_2.11-0.1

How to add a dependency to Maven

Add the following com.gu : support-config_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gu</groupId>
    <artifactId>support-config_2.11</artifactId>
    <version>0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gu : support-config_2.11 gradle dependency to your build.gradle file:

implementation 'com.gu:support-config_2.11:0.16'

Gradle Kotlin DSL: Add the following com.gu : support-config_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gu:support-config_2.11:0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gu : support-config_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gu" % "support-config_2.11" % "0.16"

Advertisement