MVN

ru.yandex.qatools.camelot : camelot-front

Maven & Gradle

Apr 28, 2016
22 stars

Camelot Front

<dependency>
    <groupId>ru.yandex.qatools.camelot</groupId>
    <artifactId>camelot-front</artifactId>
    <version>2.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.yandex.qatools.camelot : camelot-front to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.4

All Versions

Choose a version of ru.yandex.qatools.camelot : camelot-front to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
camelot-front-2.5.4
camelot-front-2.5.3
camelot-front-2.5.2
camelot-front-2.5.1
camelot-front-2.5.1-20151207
camelot-front-2.5.0
2.4.x
camelot-front-2.4.9-20150103
camelot-front-2.4.8
camelot-front-2.4.8-20151130
camelot-front-2.4.8-20151119
camelot-front-2.4.8-20151118
camelot-front-2.4.7
camelot-front-2.4.6
camelot-front-2.4.4
camelot-front-2.4.3
camelot-front-2.4.2
camelot-front-2.4.1
camelot-front-2.4.0
2.3.x
camelot-front-2.3.3

How to add a dependency to Maven

Add the following ru.yandex.qatools.camelot : camelot-front maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.yandex.qatools.camelot</groupId>
    <artifactId>camelot-front</artifactId>
    <version>2.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.yandex.qatools.camelot : camelot-front gradle dependency to your build.gradle file:

implementation 'ru.yandex.qatools.camelot:camelot-front:2.5.4'

Gradle Kotlin DSL: Add the following ru.yandex.qatools.camelot : camelot-front gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.yandex.qatools.camelot:camelot-front:2.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.yandex.qatools.camelot : camelot-front sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.yandex.qatools.camelot" % "camelot-front" % "2.5.4"