GroupId | GroupIdcom.ethlo.lamebda |
---|---|
ArtifactId | ArtifactIdlamebda-springmvc |
Version | Version0.6.2 |
Type | Typejar |
Filename | Size |
---|---|
lamebda-springmvc-0.6.2.pom | |
lamebda-springmvc-0.6.2.jar | 10 KB |
lamebda-springmvc-0.6.2-sources.jar | 8 KB |
lamebda-springmvc-0.6.2-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-springmvc/ -->
<dependency>
<groupId>com.ethlo.lamebda</groupId>
<artifactId>lamebda-springmvc</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-springmvc/
implementation 'com.ethlo.lamebda:lamebda-springmvc:0.6.2'
// https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-springmvc/
implementation ("com.ethlo.lamebda:lamebda-springmvc:0.6.2")
'com.ethlo.lamebda:lamebda-springmvc:jar:0.6.2'
<dependency org="com.ethlo.lamebda" name="lamebda-springmvc" rev="0.6.2">
<artifact name="lamebda-springmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.lamebda', module='lamebda-springmvc', version='0.6.2')
)
libraryDependencies += "com.ethlo.lamebda" % "lamebda-springmvc" % "0.6.2"
[com.ethlo.lamebda/lamebda-springmvc "0.6.2"]