文件下载
文件名 操作
vraptor-parent-4.1.0-RC3.pom 下载
Apache Maven
<dependency>
  <groupId>br.com.caelum</groupId>
  <artifactId>vraptor-parent</artifactId>
  <version>4.1.0-RC3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'br.com.caelum:vraptor-parent:4.1.0-RC3'
Gradle Kotlin
implementation("br.com.caelum:vraptor-parent:4.1.0-RC3")
Scala SBT
libraryDependencies += "br.com.caelum" % "vraptor-parent" % "4.1.0-RC3"
Groovy Grape
@Grapes(
  @Grab(group='br.com.caelum', module='vraptor-parent', version='4.1.0-RC3')
)
Apache Ivy
<dependency org="br.com.caelum" name="vraptor-parent" rev="4.1.0-RC3" />
Leiningen
[br.com.caelum/vraptor-parent "4.1.0-RC3"]
Apache Buildr
'br.com.caelum:vraptor-parent:jar:4.1.0-RC3'