m

modern-web-app

MWA is an effort for making Java Web Applications less verbose and more fun.
https://github.com/jknack/modern-web-app
The Apache Software License, Version 2.0
Edgar Espina
文件下载
文件名 操作
modern-web-app-0.4.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.jknack</groupId>
  <artifactId>modern-web-app</artifactId>
  <version>0.4.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.jknack:modern-web-app:0.4.2'
Gradle Kotlin
implementation("com.github.jknack:modern-web-app:0.4.2")
Scala SBT
libraryDependencies += "com.github.jknack" % "modern-web-app" % "0.4.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jknack', module='modern-web-app', version='0.4.2')
)
Apache Ivy
<dependency org="com.github.jknack" name="modern-web-app" rev="0.4.2" />
Leiningen
[com.github.jknack/modern-web-app "0.4.2"]
Apache Buildr
'com.github.jknack:modern-web-app:jar:0.4.2'
本项目依赖
该项目无第三方依赖