is not current version
Last Version 0.4.2

com.github.jknack:modern-web-app 0.3.11

MWA is an effort for making Java Web Applications less verbose and more fun.

GroupId

GroupId

com.github.jknack
ArtifactId

ArtifactId

modern-web-app
Version

Version

0.3.11
Type

Type

pom

Download modern-web-app 0.3.11

Filename Size
modern-web-app-0.3.11.pom 66 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.jknack/modern-web-app/ -->
<dependency>
    <groupId>com.github.jknack</groupId>
    <artifactId>modern-web-app</artifactId>
    <version>0.3.11</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jknack/modern-web-app/
implementation 'com.github.jknack:modern-web-app:0.3.11'
// https://jarcasting.com/artifacts/com.github.jknack/modern-web-app/
implementation ("com.github.jknack:modern-web-app:0.3.11")
'com.github.jknack:modern-web-app:pom:0.3.11'
<dependency org="com.github.jknack" name="modern-web-app" rev="0.3.11">
  <artifact name="modern-web-app" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jknack', module='modern-web-app', version='0.3.11')
)
libraryDependencies += "com.github.jknack" % "modern-web-app" % "0.3.11"
[com.github.jknack/modern-web-app "0.3.11"]