MVN

com.threewks.thundr : thundr-user

Maven & Gradle

Nov 24, 2016
1 usages

thundr-user · A thundr module which defines a basic API for user management

<dependency>
    <groupId>com.threewks.thundr</groupId>
    <artifactId>thundr-user</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.threewks.thundr : thundr-user to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0
  • Latest Release Candidate: 3.0.0-rc3
  • Latest Beta: 3.0.0-beta-2

All Versions

Choose a version of com.threewks.thundr : thundr-user to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
thundr-user-3.0.0
thundr-user-3.0.0-rc3
thundr-user-3.0.0-rc2
thundr-user-3.0.0-beta-2
thundr-user-3.0.0-beta-1
2.0.x
thundr-user-2.0.1
thundr-user-2.0.0
thundr-user-2.0.0-rc3
thundr-user-2.0.0-rc1
1.1.x
thundr-user-1.1.1
thundr-user-1.1.0
1.0.x
thundr-user-1.0.0
1.0
thundr-user-1.0-rc3
thundr-user-1.0-rc2

How to add a dependency to Maven

Add the following com.threewks.thundr : thundr-user maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.threewks.thundr</groupId>
    <artifactId>thundr-user</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.threewks.thundr : thundr-user gradle dependency to your build.gradle file:

implementation 'com.threewks.thundr:thundr-user:3.0.0'

Gradle Kotlin DSL: Add the following com.threewks.thundr : thundr-user gradle kotlin dependency to your build.gradle.kts file:

implementation("com.threewks.thundr:thundr-user:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.threewks.thundr : thundr-user sbt scala dependency to your build.sbt file:

libraryDependencies += "com.threewks.thundr" % "thundr-user" % "3.0.0"