Last Version

Speedy Web Application Framework 0.1.1

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
Version

Version

0.1.1
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 0.1.1

Filename Size
Speedy-0.1.1.pom 7 KB
Browse

<!-- 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