GroupId | GroupIdcom.ethlo.lamebda |
---|---|
ArtifactId | ArtifactIdlamebda-spring-web-starter |
Version | Version0.8.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-spring-web-starter/ -->
<dependency>
<groupId>com.ethlo.lamebda</groupId>
<artifactId>lamebda-spring-web-starter</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-spring-web-starter/
implementation 'com.ethlo.lamebda:lamebda-spring-web-starter:0.8.3'
// https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-spring-web-starter/
implementation ("com.ethlo.lamebda:lamebda-spring-web-starter:0.8.3")
'com.ethlo.lamebda:lamebda-spring-web-starter:jar:0.8.3'
<dependency org="com.ethlo.lamebda" name="lamebda-spring-web-starter" rev="0.8.3">
<artifact name="lamebda-spring-web-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.lamebda', module='lamebda-spring-web-starter', version='0.8.3')
)
libraryDependencies += "com.ethlo.lamebda" % "lamebda-spring-web-starter" % "0.8.3"
[com.ethlo.lamebda/lamebda-spring-web-starter "0.8.3"]