MVN

io.github.cShen-code : shen-tool

Maven & Gradle

Dec 04, 2022
0 stars

shenTool · 工具类-简化steam操作 通过简单的方式完成流 分组、循环

<dependency>
    <groupId>io.github.cShen-code</groupId>
    <artifactId>shen-tool</artifactId>
    <version>2.0.4-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.cShen-code : shen-tool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4-RELEASE

All Versions

Choose a version of io.github.cShen-code : shen-tool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
shen-tool-2.0.4-RELEASE
shen-tool-2.0.3-RELEASE
shen-tool-2.0.1-RELEASE
shen-tool-2.0.0-RELEASE
1.0.x
shen-tool-1.0.80-RELEASE
shen-tool-1.0.1-RELEASE
1.0
shen-tool-1.0-RELEASE

How to add a dependency to Maven

Add the following io.github.cShen-code : shen-tool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.cShen-code</groupId>
    <artifactId>shen-tool</artifactId>
    <version>2.0.4-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.cShen-code : shen-tool gradle dependency to your build.gradle file:

implementation 'io.github.cShen-code:shen-tool:2.0.4-RELEASE'

Gradle Kotlin DSL: Add the following io.github.cShen-code : shen-tool gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.cShen-code:shen-tool:2.0.4-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.cShen-code : shen-tool sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.cShen-code" % "shen-tool" % "2.0.4-RELEASE"