MVN

com.gu : support-models_2.11

Maven & Gradle

Oct 17, 2018
1 stars

support-models · Scala library to provide shared step-function models to Guardian Support projects.

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

Latest Version

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

  • Latest Stable: 0.33

All Versions

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

Version Vulnerabilities Updated
0.33
support-models_2.11-0.33
0.32
support-models_2.11-0.32
0.31
support-models_2.11-0.31
0.30
support-models_2.11-0.30
0.29
support-models_2.11-0.29
0.28
support-models_2.11-0.28
0.27
support-models_2.11-0.27
0.26
support-models_2.11-0.26
0.25
support-models_2.11-0.25
0.24
support-models_2.11-0.24
0.23
support-models_2.11-0.23
0.22
support-models_2.11-0.22
0.21
support-models_2.11-0.21
0.20
support-models_2.11-0.20
0.19
support-models_2.11-0.19
0.18
support-models_2.11-0.18
0.17
support-models_2.11-0.17
0.16
support-models_2.11-0.16
0.15
support-models_2.11-0.15
0.14
support-models_2.11-0.14
0.13
support-models_2.11-0.13
0.12
support-models_2.11-0.12
0.11
support-models_2.11-0.11
0.10
support-models_2.11-0.10
0.9
support-models_2.11-0.9
0.8
support-models_2.11-0.8
0.7
support-models_2.11-0.7
0.6
support-models_2.11-0.6
0.5
support-models_2.11-0.5
0.4
support-models_2.11-0.4
0.3
support-models_2.11-0.3
0.2
support-models_2.11-0.2
0.1
support-models_2.11-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gu</groupId>
    <artifactId>support-models_2.11</artifactId>
    <version>0.33</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.gu:support-models_2.11:0.33'

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

implementation("com.gu:support-models_2.11:0.33")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.gu" % "support-models_2.11" % "0.33"

Advertisement