MVN

cn.langpy : distream

Maven & Gradle

Mar 18, 2022

distream · a extended tool of List about how to process data by lambda,expressions and custom class

<dependency>
    <groupId>cn.langpy</groupId>
    <artifactId>distream</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.langpy : distream to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of cn.langpy : distream to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
distream-1.0.8
distream-1.0.7
distream-1.0.6
distream-1.0.5
distream-1.0.4
distream-1.0.3
distream-1.0.2
distream-1.0.1
distream-1.0.0
distream-1.0.0-PRE

How to add a dependency to Maven

Add the following cn.langpy : distream maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.langpy</groupId>
    <artifactId>distream</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.langpy : distream gradle dependency to your build.gradle file:

implementation 'cn.langpy:distream:1.0.8'

Gradle Kotlin DSL: Add the following cn.langpy : distream gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.langpy:distream:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.langpy : distream sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.langpy" % "distream" % "1.0.8"

Advertisement