is not current version
Last Version 0.2.7

com.github.edgarespina:modern-web-app 0.2.6

MWA it's an effort for making Java Web Applications less verbose and more fun.

GroupId

GroupId

com.github.edgarespina
ArtifactId

ArtifactId

modern-web-app
Version

Version

0.2.6
Type

Type

pom

Download modern-web-app 0.2.6

Filename Size
modern-web-app-0.2.6.pom 35 KB
Browse

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