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