Speedy Web Application Framework

The Speedy Web Application Framework (SWAF) is aimed to be small, easy to deploy and (more buzzwords here)

License

License

GroupId

GroupId

com.github.mwmahlberg.speedy
ArtifactId

ArtifactId

Speedy
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

pom
Description

Description

Speedy Web Application Framework
The Speedy Web Application Framework (SWAF) is aimed to be small, easy to deploy and (more buzzwords here)
Project URL

Project URL

http://mwmahlberg.github.io/speedy
Source Code Management

Source Code Management

https://github.com/mwmahlberg/speedy

Download Speedy

Filename Size
Speedy-0.1.1.pom 7 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • speedy-api
  • speedy-core
  • speedy-template-thymeleaf
  • speedy-archetype

Versions

Version
0.1.1
0.1.0