License |
License |
---|---|
GroupId | GroupIdcom.ethlo.lamebda |
ArtifactId | ArtifactIdlamebda-core |
Version | Version0.9.6 |
Type | Typejar |
Description |
DescriptionSimple HTTP handler supporting dynamic loading of HTTP handler functions
|
Filename | Size |
---|---|
lamebda-core-0.9.6.pom | |
lamebda-core-0.9.6.jar | 72 KB |
lamebda-core-0.9.6-sources.jar | 49 KB |
lamebda-core-0.9.6-javadoc.jar | 240 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-core/ -->
<dependency>
<groupId>com.ethlo.lamebda</groupId>
<artifactId>lamebda-core</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-core/
implementation 'com.ethlo.lamebda:lamebda-core:0.9.6'
// https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-core/
implementation ("com.ethlo.lamebda:lamebda-core:0.9.6")
'com.ethlo.lamebda:lamebda-core:jar:0.9.6'
<dependency org="com.ethlo.lamebda" name="lamebda-core" rev="0.9.6">
<artifact name="lamebda-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.lamebda', module='lamebda-core', version='0.9.6')
)
libraryDependencies += "com.ethlo.lamebda" % "lamebda-core" % "0.9.6"
[com.ethlo.lamebda/lamebda-core "0.9.6"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | |
org.springframework : spring-context-support | jar | |
javax.validation : validation-api | jar | 2.0.1.Final |
com.fasterxml.jackson.core : jackson-databind | jar | |
org.codehaus.groovy : groovy | jar | 3.0.0-beta-3 |
org.codehaus.groovy : groovy-json | jar | 3.0.0-beta-3 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | |
org.springframework.boot : spring-boot-starter-validation | jar |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | |
org.springframework.boot : spring-boot-starter-test | jar | |
org.aspectj : aspectjrt | jar | |
org.assertj : assertj-core | jar | |
org.mock-server : mockserver-netty | jar | 3.10.8 |
org.mock-server : mockserver-client-java | jar | 3.10.8 |