b

brutos-web

Brutos web. This artifact depends on the brutos-core and brutos-annotation.
http://www.brutosframework.com.br/
The Apache Software License, Version 2.0
Brandao
Afonso Brandao
文件下载
文件名 操作
brutos-web-2.0-rc3.jar 下载
brutos-web-2.0-rc3.pom 下载
brutos-web-2.0-rc3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.brandao</groupId>
  <artifactId>brutos-web</artifactId>
  <version>2.0-rc3</version>
</dependency>
Gradle Groovy
implementation 'org.brandao:brutos-web:2.0-rc3'
Gradle Kotlin
implementation("org.brandao:brutos-web:2.0-rc3")
Scala SBT
libraryDependencies += "org.brandao" % "brutos-web" % "2.0-rc3"
Groovy Grape
@Grapes(
  @Grab(group='org.brandao', module='brutos-web', version='2.0-rc3')
)
Apache Ivy
<dependency org="org.brandao" name="brutos-web" rev="2.0-rc3" />
Leiningen
[org.brandao/brutos-web "2.0-rc3"]
Apache Buildr
'org.brandao:brutos-web:jar:2.0-rc3'