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