Files download
File Operation
vraptor-validator-example-2.1.6.pom download
vraptor-validator-example-2.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>br.com.caelum.stella</groupId>
  <artifactId>vraptor-validator-example</artifactId>
  <version>2.1.6</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'br.com.caelum.stella:vraptor-validator-example:2.1.6'
Gradle Kotlin
implementation("br.com.caelum.stella:vraptor-validator-example:2.1.6")
Scala SBT
libraryDependencies += "br.com.caelum.stella" % "vraptor-validator-example" % "2.1.6"
Groovy Grape
@Grapes(
  @Grab(group='br.com.caelum.stella', module='vraptor-validator-example', version='2.1.6')
)
Apache Ivy
<dependency org="br.com.caelum.stella" name="vraptor-validator-example" rev="2.1.6" />
Leiningen
[br.com.caelum.stella/vraptor-validator-example "2.1.6"]
Apache Buildr
'br.com.caelum.stella:vraptor-validator-example:jar:2.1.6'