MVN

com.gu : web-automation-core-scala_2.10

Maven & Gradle

Jul 02, 2014
8 stars

web-automation-core-scala · Scala client for the Guardian's Content API

<dependency>
    <groupId>com.gu</groupId>
    <artifactId>web-automation-core-scala_2.10</artifactId>
    <version>1.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gu : web-automation-core-scala_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.22

All Versions

Choose a version of com.gu : web-automation-core-scala_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.22
web-automation-core-scala_2.10-1.22
1.21
web-automation-core-scala_2.10-1.21
1.20
web-automation-core-scala_2.10-1.20
1.19
web-automation-core-scala_2.10-1.19
1.18
web-automation-core-scala_2.10-1.18
1.17
web-automation-core-scala_2.10-1.17
1.16
web-automation-core-scala_2.10-1.16
1.15
web-automation-core-scala_2.10-1.15
1.14
web-automation-core-scala_2.10-1.14
1.13
web-automation-core-scala_2.10-1.13
1.12
web-automation-core-scala_2.10-1.12
1.11
web-automation-core-scala_2.10-1.11
1.10
web-automation-core-scala_2.10-1.10
1.9
web-automation-core-scala_2.10-1.9
1.8
web-automation-core-scala_2.10-1.8
1.7
web-automation-core-scala_2.10-1.7
1.6
web-automation-core-scala_2.10-1.6
1.5
web-automation-core-scala_2.10-1.5
1.4
web-automation-core-scala_2.10-1.4
1.3
web-automation-core-scala_2.10-1.3
1.2
web-automation-core-scala_2.10-1.2
1.1
web-automation-core-scala_2.10-1.1
1.0
web-automation-core-scala_2.10-1.0

How to add a dependency to Maven

Add the following com.gu : web-automation-core-scala_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gu</groupId>
    <artifactId>web-automation-core-scala_2.10</artifactId>
    <version>1.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gu : web-automation-core-scala_2.10 gradle dependency to your build.gradle file:

implementation 'com.gu:web-automation-core-scala_2.10:1.22'

Gradle Kotlin DSL: Add the following com.gu : web-automation-core-scala_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gu:web-automation-core-scala_2.10:1.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gu : web-automation-core-scala_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gu" % "web-automation-core-scala_2.10" % "1.22"