v

vraptor-parent

Java web MVC framework for fast and maintainable development
http://vraptor.caelum.com.br
Apache License, Version 2.0
Caelum
Lucas Cavalcanti Paulo Silveira
文件下载
文件名 操作
vraptor-parent-3.5.1.pom 下载
Apache Maven
<dependency>
  <groupId>br.com.caelum</groupId>
  <artifactId>vraptor-parent</artifactId>
  <version>3.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'br.com.caelum:vraptor-parent:3.5.1'
Gradle Kotlin
implementation("br.com.caelum:vraptor-parent:3.5.1")
Scala SBT
libraryDependencies += "br.com.caelum" % "vraptor-parent" % "3.5.1"
Groovy Grape
@Grapes(
  @Grab(group='br.com.caelum', module='vraptor-parent', version='3.5.1')
)
Apache Ivy
<dependency org="br.com.caelum" name="vraptor-parent" rev="3.5.1" />
Leiningen
[br.com.caelum/vraptor-parent "3.5.1"]
Apache Buildr
'br.com.caelum:vraptor-parent:jar:3.5.1'