GroupId | GroupIdcom.ethlo.lamebda |
---|---|
ArtifactId | ArtifactIdlamebda-spring-web-starter |
Version | Version0.9.7 |
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.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-spring-web-starter/
implementation 'com.ethlo.lamebda:lamebda-spring-web-starter:0.9.7'
// https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-spring-web-starter/
implementation ("com.ethlo.lamebda:lamebda-spring-web-starter:0.9.7")
'com.ethlo.lamebda:lamebda-spring-web-starter:jar:0.9.7'
<dependency org="com.ethlo.lamebda" name="lamebda-spring-web-starter" rev="0.9.7">
<artifact name="lamebda-spring-web-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.lamebda', module='lamebda-spring-web-starter', version='0.9.7')
)
libraryDependencies += "com.ethlo.lamebda" % "lamebda-spring-web-starter" % "0.9.7"
[com.ethlo.lamebda/lamebda-spring-web-starter "0.9.7"]