MVN

br.com.caelum.vraptor : vraptor-brutauth

Maven & Gradle

Dec 02, 2014
6 stars

vraptor-brutauth

<dependency>
    <groupId>br.com.caelum.vraptor</groupId>
    <artifactId>vraptor-brutauth</artifactId>
    <version>4.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.caelum.vraptor : vraptor-brutauth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.4
  • Latest Release Candidate: 4.0.1-RC2

All Versions

Choose a version of br.com.caelum.vraptor : vraptor-brutauth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
vraptor-brutauth-4.0.4
vraptor-brutauth-4.0.2.Final
vraptor-brutauth-4.0.1.Final
vraptor-brutauth-4.0.1-RC2
vraptor-brutauth-4.0.1
vraptor-brutauth-4.0.0.Final
vraptor-brutauth-4.0.0-RC2
vraptor-brutauth-4.0.0
1.0.x
vraptor-brutauth-1.0.1

How to add a dependency to Maven

Add the following br.com.caelum.vraptor : vraptor-brutauth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.caelum.vraptor</groupId>
    <artifactId>vraptor-brutauth</artifactId>
    <version>4.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.caelum.vraptor : vraptor-brutauth gradle dependency to your build.gradle file:

implementation 'br.com.caelum.vraptor:vraptor-brutauth:4.0.4'

Gradle Kotlin DSL: Add the following br.com.caelum.vraptor : vraptor-brutauth gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.caelum.vraptor:vraptor-brutauth:4.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.caelum.vraptor : vraptor-brutauth sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.caelum.vraptor" % "vraptor-brutauth" % "4.0.4"