License |
License |
---|---|
GroupId | GroupIdcom.ethlo.lamebda |
ArtifactId | ArtifactIdlamebda-spring-web-starter |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionSimple HTTP handler supporting dynamic loading of HTTP handler functions
|
<!-- https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-spring-web-starter/ -->
<dependency>
<groupId>com.ethlo.lamebda</groupId>
<artifactId>lamebda-spring-web-starter</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-spring-web-starter/
implementation 'com.ethlo.lamebda:lamebda-spring-web-starter:1.0.3'
// https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-spring-web-starter/
implementation ("com.ethlo.lamebda:lamebda-spring-web-starter:1.0.3")
'com.ethlo.lamebda:lamebda-spring-web-starter:jar:1.0.3'
<dependency org="com.ethlo.lamebda" name="lamebda-spring-web-starter" rev="1.0.3">
<artifact name="lamebda-spring-web-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.lamebda', module='lamebda-spring-web-starter', version='1.0.3')
)
libraryDependencies += "com.ethlo.lamebda" % "lamebda-spring-web-starter" % "1.0.3"
[com.ethlo.lamebda/lamebda-spring-web-starter "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.6.4 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.6.4 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.6.4 |
com.ethlo.lamebda : lamebda-springmvc | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |
org.springframework.boot : spring-boot-starter-validation | jar | 2.6.4 |
Group / Artifact | Type | Version |
---|---|---|
org.aspectj : aspectjrt | jar | 1.9.7 |
org.mockito : mockito-core | jar | 4.0.0 |
org.springframework.boot : spring-boot-starter-test | jar | 2.6.4 |
org.assertj : assertj-core | jar | 3.21.0 |