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