MVN

com.splout.db : splout-server

Maven & Gradle

Sep 01, 2014
1 usages
50 stars

Splout SQL Server · Splout SQL is a read only, horizontally scalable and partitioned SQL database that plays well with Hadoop.

<dependency>
    <groupId>com.splout.db</groupId>
    <artifactId>splout-server</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.splout.db : splout-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of com.splout.db : splout-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
splout-server-0.3.0
0.2.x
splout-server-0.2.5
splout-server-0.2.4
splout-server-0.2.3
splout-server-0.2.2
splout-server-0.2.1
0.2
splout-server-0.2
0.1
splout-server-0.1

How to add a dependency to Maven

Add the following com.splout.db : splout-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.splout.db</groupId>
    <artifactId>splout-server</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.splout.db : splout-server gradle dependency to your build.gradle file:

implementation 'com.splout.db:splout-server:0.3.0'

Gradle Kotlin DSL: Add the following com.splout.db : splout-server gradle kotlin dependency to your build.gradle.kts file:

implementation("com.splout.db:splout-server:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.splout.db : splout-server sbt scala dependency to your build.sbt file:

libraryDependencies += "com.splout.db" % "splout-server" % "0.3.0"

Advertisement