MVN

com.butor : butor-auth-common

Maven & Gradle

Nov 22, 2019
12 usages

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

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

Latest Version

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

  • Latest Stable: 1.0.30

All Versions

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

  • Version Updated
  • butor-auth-common-1.0.30

    Nov 22, 2019
  • butor-auth-common-1.0.29

    Aug 30, 2019
  • butor-auth-common-1.0.28

    May 21, 2019
  • butor-auth-common-1.0.27

    Apr 24, 2019
  • butor-auth-common-1.0.25

    Apr 19, 2019
  • butor-auth-common-1.0.24

    Dec 03, 2018
  • butor-auth-common-1.0.23

    Nov 23, 2018
  • butor-auth-common-1.0.22

    Sep 12, 2018
  • butor-auth-common-1.0.21

    May 19, 2018
  • butor-auth-common-1.0.19

    Mar 27, 2018
  • butor-auth-common-1.0.18

    Mar 19, 2018
  • butor-auth-common-1.0.17

    Feb 14, 2018
  • butor-auth-common-1.0.14

    Jan 28, 2018
  • butor-auth-common-1.0.13

    Nov 21, 2017
  • butor-auth-common-1.0.12

    Oct 18, 2017
  • butor-auth-common-1.0.9

    Aug 27, 2017
  • butor-auth-common-1.0.7

    Jun 23, 2017
  • butor-auth-common-1.0.6

    Dec 03, 2016
  • butor-auth-common-1.0.3

    Nov 22, 2016
  • butor-auth-common-1.0.0

    May 13, 2015
  • butor-auth-common-0.9.0

    Aug 19, 2014
  • butor-auth-common-0.0.1

    Jun 03, 2014

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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