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