MVN

com.gitlab.jhonsapp : bootstrap-user

Maven & Gradle

Oct 29, 2017

bootstrap-user · A complete architecture for creating and managing users.

<dependency>
    <groupId>com.gitlab.jhonsapp</groupId>
    <artifactId>bootstrap-user</artifactId>
    <version>1.0.29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitlab.jhonsapp : bootstrap-user to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.29

All Versions

Choose a version of com.gitlab.jhonsapp : bootstrap-user to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
bootstrap-user-1.0.29
bootstrap-user-1.0.28
bootstrap-user-1.0.27
bootstrap-user-1.0.26
bootstrap-user-1.0.25
bootstrap-user-1.0.24
bootstrap-user-1.0.23
bootstrap-user-1.0.22
bootstrap-user-1.0.21
bootstrap-user-1.0.20
bootstrap-user-1.0.19
bootstrap-user-1.0.18
bootstrap-user-1.0.17
bootstrap-user-1.0.16
bootstrap-user-1.0.15
bootstrap-user-1.0.14
bootstrap-user-1.0.13
bootstrap-user-1.0.12
bootstrap-user-1.0.11
bootstrap-user-1.0.10
bootstrap-user-1.0.9
bootstrap-user-1.0.8
bootstrap-user-1.0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitlab.jhonsapp</groupId>
    <artifactId>bootstrap-user</artifactId>
    <version>1.0.29</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitlab.jhonsapp : bootstrap-user gradle dependency to your build.gradle file:

implementation 'com.gitlab.jhonsapp:bootstrap-user:1.0.29'

Gradle Kotlin DSL: Add the following com.gitlab.jhonsapp : bootstrap-user gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitlab.jhonsapp:bootstrap-user:1.0.29")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitlab.jhonsapp : bootstrap-user sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitlab.jhonsapp" % "bootstrap-user" % "1.0.29"

Advertisement