MVN

com.butor : butor-auth-model

Maven & Gradle

Nov 22, 2019

Butor Framework Service - Authentication Model Module · This project is an authentication module (Model).

<dependency>
    <groupId>com.butor</groupId>
    <artifactId>butor-auth-model</artifactId>
    <version>1.0.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.butor : butor-auth-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.30

All Versions

Choose a version of com.butor : butor-auth-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
butor-auth-model-1.0.30
butor-auth-model-1.0.29
butor-auth-model-1.0.28
butor-auth-model-1.0.27
butor-auth-model-1.0.25
butor-auth-model-1.0.24
butor-auth-model-1.0.23
butor-auth-model-1.0.22
butor-auth-model-1.0.21
butor-auth-model-1.0.19
butor-auth-model-1.0.18
butor-auth-model-1.0.17
butor-auth-model-1.0.14
butor-auth-model-1.0.13
butor-auth-model-1.0.12
butor-auth-model-1.0.9
butor-auth-model-1.0.7
butor-auth-model-1.0.6
butor-auth-model-1.0.3
butor-auth-model-1.0.0
0.9.x
butor-auth-model-0.9.0
0.0.x
butor-auth-model-0.0.1

How to add a dependency to Maven

Add the following com.butor : butor-auth-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.butor</groupId>
    <artifactId>butor-auth-model</artifactId>
    <version>1.0.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.butor : butor-auth-model gradle dependency to your build.gradle file:

implementation 'com.butor:butor-auth-model:1.0.30'

Gradle Kotlin DSL: Add the following com.butor : butor-auth-model gradle kotlin dependency to your build.gradle.kts file:

implementation("com.butor:butor-auth-model:1.0.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.butor : butor-auth-model sbt scala dependency to your build.sbt file:

libraryDependencies += "com.butor" % "butor-auth-model" % "1.0.30"