MVN

tech.aroma.banana : banana-thrift

Maven & Gradle

Feb 18, 2016

Part of the Banana Service. This project contains the Service and Model Definitions. From this the Server and Client interfaces are generated for the Banana Service.

<dependency>
    <groupId>tech.aroma.banana</groupId>
    <artifactId>banana-thrift</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.aroma.banana : banana-thrift to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of tech.aroma.banana : banana-thrift to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
banana-thrift-1.6
1.5
banana-thrift-1.5
1.4
banana-thrift-1.4
1.3
banana-thrift-1.3
1.2.x
banana-thrift-1.2.1
1.2
banana-thrift-1.2
1.1
banana-thrift-1.1
1.0
banana-thrift-1.0

How to add a dependency to Maven

Add the following tech.aroma.banana : banana-thrift maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.aroma.banana</groupId>
    <artifactId>banana-thrift</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.aroma.banana : banana-thrift gradle dependency to your build.gradle file:

implementation 'tech.aroma.banana:banana-thrift:1.6'

Gradle Kotlin DSL: Add the following tech.aroma.banana : banana-thrift gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.aroma.banana:banana-thrift:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.aroma.banana : banana-thrift sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.aroma.banana" % "banana-thrift" % "1.6"