blade

blade is a lightweight Java Web Framework

License

License

Categories

Categories

Blade User Interface Web Frameworks
GroupId

GroupId

com.github.biezhi
ArtifactId

ArtifactId

blade
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

blade
blade is a lightweight Java Web Framework
Project URL

Project URL

https://github.com/biezhi/blade

Download blade

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.4

provided (3)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1
org.eclipse.jetty : jetty-server jar 9.0.2.v20130417
org.eclipse.jetty : jetty-webapp jar 9.0.2.v20130417

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1