MVN

io.github.uigdwunm : rivulet-spring-base

Maven & Gradle

Mar 11, 2023
1 stars
<dependency>
    <groupId>io.github.uigdwunm</groupId>
    <artifactId>rivulet-spring-base</artifactId>
    <version>0.0.13-PREVIEW</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.uigdwunm : rivulet-spring-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.13-PREVIEW

All Versions

Choose a version of io.github.uigdwunm : rivulet-spring-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
rivulet-spring-base-0.0.13-PREVIEW
rivulet-spring-base-0.0.12-PREVIEW
rivulet-spring-base-0.0.11-PREVIEW
rivulet-spring-base-0.0.10-PREVIEW
rivulet-spring-base-0.0.9-PREVIEW
rivulet-spring-base-0.0.8-PREVIEW
rivulet-spring-base-0.0.6-PREVIEW
rivulet-spring-base-0.0.2-PREVIEW
rivulet-spring-base-0.0.1-PREVIEW

How to add a dependency to Maven

Add the following io.github.uigdwunm : rivulet-spring-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.uigdwunm</groupId>
    <artifactId>rivulet-spring-base</artifactId>
    <version>0.0.13-PREVIEW</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.uigdwunm : rivulet-spring-base gradle dependency to your build.gradle file:

implementation 'io.github.uigdwunm:rivulet-spring-base:0.0.13-PREVIEW'

Gradle Kotlin DSL: Add the following io.github.uigdwunm : rivulet-spring-base gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.uigdwunm:rivulet-spring-base:0.0.13-PREVIEW")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.uigdwunm : rivulet-spring-base sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.uigdwunm" % "rivulet-spring-base" % "0.0.13-PREVIEW"