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