MVN

org.restheart : user-signup

Maven & Gradle

Apr 12, 2023
769 stars

user-signup

<dependency>
    <groupId>org.restheart</groupId>
    <artifactId>user-signup</artifactId>
    <version>7.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.restheart : user-signup to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.3.5

All Versions

Choose a version of org.restheart : user-signup to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.3.x
user-signup-7.3.5
user-signup-7.3.4
user-signup-7.3.3
user-signup-7.3.2
user-signup-7.3.1
user-signup-7.3.0
7.2.x
user-signup-7.2.7
user-signup-7.2.6
user-signup-7.2.5
user-signup-7.2.4
user-signup-7.2.3
user-signup-7.2.2
user-signup-7.2.0
7.1.x
user-signup-7.1.1
user-signup-7.1.0
7.0.x
user-signup-7.0.0

How to add a dependency to Maven

Add the following org.restheart : user-signup maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.restheart</groupId>
    <artifactId>user-signup</artifactId>
    <version>7.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.restheart : user-signup gradle dependency to your build.gradle file:

implementation 'org.restheart:user-signup:7.3.5'

Gradle Kotlin DSL: Add the following org.restheart : user-signup gradle kotlin dependency to your build.gradle.kts file:

implementation("org.restheart:user-signup:7.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.restheart : user-signup sbt scala dependency to your build.sbt file:

libraryDependencies += "org.restheart" % "user-signup" % "7.3.5"

Advertisement