MVN

co.databeast : conveyor

Maven & Gradle

Dec 17, 2021
1 stars

Conveyor · A library to define pipelines in pure Java

<dependency>
    <groupId>co.databeast</groupId>
    <artifactId>conveyor</artifactId>
    <version>0.8-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.databeast : conveyor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8-RELEASE

All Versions

Choose a version of co.databeast : conveyor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8
conveyor-0.8-RELEASE
0.6
conveyor-0.6-RELEASE
0.5
conveyor-0.5-RELEASE
0.3
conveyor-0.3
0.2
conveyor-0.2
0.1
conveyor-0.1

How to add a dependency to Maven

Add the following co.databeast : conveyor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.databeast</groupId>
    <artifactId>conveyor</artifactId>
    <version>0.8-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.databeast : conveyor gradle dependency to your build.gradle file:

implementation 'co.databeast:conveyor:0.8-RELEASE'

Gradle Kotlin DSL: Add the following co.databeast : conveyor gradle kotlin dependency to your build.gradle.kts file:

implementation("co.databeast:conveyor:0.8-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.databeast : conveyor sbt scala dependency to your build.sbt file:

libraryDependencies += "co.databeast" % "conveyor" % "0.8-RELEASE"

Advertisement