MVN

org.vafer : drift

Maven & Gradle

Oct 29, 2008
5 stars

drift · Drift can be used to serialize and deserialze objects in a cross language manner. It will generate code based on a grammar and provide hooks for data migrations across different grammar versions. In many ways very similar to Thrift (original code base) and protobuffers. It's focus is serialization and data migration rather than RPC and service implementation though.

<dependency>
    <groupId>org.vafer</groupId>
    <artifactId>drift</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.vafer : drift to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of org.vafer : drift to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1
drift-0.1

How to add a dependency to Maven

Add the following org.vafer : drift maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.vafer</groupId>
    <artifactId>drift</artifactId>
    <version>0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.vafer : drift gradle dependency to your build.gradle file:

implementation 'org.vafer:drift:0.1'

Gradle Kotlin DSL: Add the following org.vafer : drift gradle kotlin dependency to your build.gradle.kts file:

implementation("org.vafer:drift:0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.vafer : drift sbt scala dependency to your build.sbt file:

libraryDependencies += "org.vafer" % "drift" % "0.1"

Advertisement

Dependencies from Group

Nov 30, 2021
10 usages
404 stars
Aug 11, 2023
6 usages
52 stars
Mar 26, 2007
2 usages
Jun 17, 2018
Oct 21, 2008

Discover Dependencies

Oct 27, 2008
1 usages
Jan 19, 2014
1 usages
Jan 19, 2014
3 usages
Jan 19, 2014
1 usages
Jan 19, 2014
3 usages