License |
License |
---|---|
GroupId | GroupIdcom.ethlo.lamebda |
ArtifactId | ArtifactIdlamebda-servlet |
Last Version | Last Version0.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple HTTP handler supporting dynamic loading of HTTP handler functions
|
Filename | Size |
---|---|
lamebda-servlet-0.8.2.pom | |
lamebda-servlet-0.8.2.jar | 7 KB |
lamebda-servlet-0.8.2-sources.jar | 5 KB |
lamebda-servlet-0.8.2-javadoc.jar | 29 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.ethlo.lamebda : lamebda-core | jar | 0.8.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar |