MVN

br.com.caelum : vraptor-plugin-gae

Maven & Gradle

May 05, 2015
<dependency>
    <groupId>br.com.caelum</groupId>
    <artifactId>vraptor-plugin-gae</artifactId>
    <version>3.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.5.5

All Versions

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

Version Vulnerabilities Updated
3.5.x
vraptor-plugin-gae-3.5.5
vraptor-plugin-gae-3.5.4
vraptor-plugin-gae-3.5.3
vraptor-plugin-gae-3.5.2
vraptor-plugin-gae-3.5.1
vraptor-plugin-gae-3.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>br.com.caelum</groupId>
    <artifactId>vraptor-plugin-gae</artifactId>
    <version>3.5.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'br.com.caelum:vraptor-plugin-gae:3.5.5'

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

implementation("br.com.caelum:vraptor-plugin-gae:3.5.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "br.com.caelum" % "vraptor-plugin-gae" % "3.5.5"

Advertisement