com.ethlo.lamebda:lamebda-servlet

Simple HTTP handler supporting dynamic loading of HTTP handler functions

License

License

GroupId

GroupId

com.ethlo.lamebda
ArtifactId

ArtifactId

lamebda-servlet
Last Version

Last Version

0.8.2
Release Date

Release Date

Type

Type

jar
Description

Description

Simple HTTP handler supporting dynamic loading of HTTP handler functions

Download lamebda-servlet

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.ethlo.lamebda : lamebda-core jar 0.8.2

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar

Project Modules

There are no modules declared in this project.

Versions

Version
0.8.2
0.8.1
0.8.0
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0