GroupId | GroupIdcom.ethlo.lamebda |
---|---|
ArtifactId | ArtifactIdlamebda-springmvc |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
lamebda-springmvc-1.0.2.pom | |
lamebda-springmvc-1.0.2.jar | 62 KB |
lamebda-springmvc-1.0.2-sources.jar | 53 KB |
lamebda-springmvc-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-springmvc/
implementation 'com.ethlo.lamebda:lamebda-springmvc:1.0.2'
// https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-springmvc/
implementation ("com.ethlo.lamebda:lamebda-springmvc:1.0.2")
'com.ethlo.lamebda:lamebda-springmvc:jar:1.0.2'
<dependency org="com.ethlo.lamebda" name="lamebda-springmvc" rev="1.0.2">
<artifact name="lamebda-springmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.lamebda', module='lamebda-springmvc', version='1.0.2')
)
libraryDependencies += "com.ethlo.lamebda" % "lamebda-springmvc" % "1.0.2"
[com.ethlo.lamebda/lamebda-springmvc "1.0.2"]