License |
License |
---|---|
GroupId | GroupIdcom.ethlo.lamebda |
ArtifactId | ArtifactIdlamebda |
Version | Version1.0.3 |
Type | Typepom |
Description |
DescriptionLamebda
Simple HTTP handler supporting dynamic loading of HTTP handler functions
|
Project URL |
Project URL |
Filename | Size |
---|---|
lamebda-1.0.3.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda/ -->
<dependency>
<groupId>com.ethlo.lamebda</groupId>
<artifactId>lamebda</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda/
implementation 'com.ethlo.lamebda:lamebda:1.0.3'
// https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda/
implementation ("com.ethlo.lamebda:lamebda:1.0.3")
'com.ethlo.lamebda:lamebda:pom:1.0.3'
<dependency org="com.ethlo.lamebda" name="lamebda" rev="1.0.3">
<artifact name="lamebda" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.lamebda', module='lamebda', version='1.0.3')
)
libraryDependencies += "com.ethlo.lamebda" % "lamebda" % "1.0.3"
[com.ethlo.lamebda/lamebda "1.0.3"]