MVN

eu.stratosphere : sopremo-base

Maven & Gradle

Jan 13, 2014
4 usages

sopremo-base · Relational and nesting operators for Stratsphere Sopremo

<dependency>
    <groupId>eu.stratosphere</groupId>
    <artifactId>sopremo-base</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.stratosphere : sopremo-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of eu.stratosphere : sopremo-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4
sopremo-base-0.4

How to add a dependency to Maven

Add the following eu.stratosphere : sopremo-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.stratosphere</groupId>
    <artifactId>sopremo-base</artifactId>
    <version>0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.stratosphere : sopremo-base gradle dependency to your build.gradle file:

implementation 'eu.stratosphere:sopremo-base:0.4'

Gradle Kotlin DSL: Add the following eu.stratosphere : sopremo-base gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.stratosphere:sopremo-base:0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.stratosphere : sopremo-base sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.stratosphere" % "sopremo-base" % "0.4"

Advertisement