MVN

ru.yandex.qatools.camelot : camelot-serialize-fst

Maven & Gradle

Apr 28, 2016
3 usages
22 stars

Camelot Fast Serializer Extension

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

Latest Version

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

  • Latest Stable: 2.5.4

All Versions

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

Version Vulnerabilities Updated
2.5.x
camelot-serialize-fst-2.5.4
camelot-serialize-fst-2.5.3
camelot-serialize-fst-2.5.2
camelot-serialize-fst-2.5.1
camelot-serialize-fst-2.5.1-20151207
camelot-serialize-fst-2.5.0
2.4.x
camelot-serialize-fst-2.4.9-20150103
camelot-serialize-fst-2.4.8
camelot-serialize-fst-2.4.8-20151130
camelot-serialize-fst-2.4.8-20151119
camelot-serialize-fst-2.4.8-20151118
camelot-serialize-fst-2.4.7
camelot-serialize-fst-2.4.6
camelot-serialize-fst-2.4.4

How to add a dependency to Maven

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

<dependency>
    <groupId>ru.yandex.qatools.camelot</groupId>
    <artifactId>camelot-serialize-fst</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-serialize-fst gradle dependency to your build.gradle file:

implementation 'ru.yandex.qatools.camelot:camelot-serialize-fst:2.5.4'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement