is not current version
Last Version 0.3.0

co.mewf.humpty:humpty-servlet 0.1.0

Enables humpty in a Servlet 3 environment

GroupId

GroupId

co.mewf.humpty
ArtifactId

ArtifactId

humpty-servlet
Version

Version

0.1.0
Type

Type

jar

Download humpty-servlet 0.1.0


<!-- https://jarcasting.com/artifacts/co.mewf.humpty/humpty-servlet/ -->
<dependency>
    <groupId>co.mewf.humpty</groupId>
    <artifactId>humpty-servlet</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.mewf.humpty/humpty-servlet/
implementation 'co.mewf.humpty:humpty-servlet:0.1.0'
// https://jarcasting.com/artifacts/co.mewf.humpty/humpty-servlet/
implementation ("co.mewf.humpty:humpty-servlet:0.1.0")
'co.mewf.humpty:humpty-servlet:jar:0.1.0'
<dependency org="co.mewf.humpty" name="humpty-servlet" rev="0.1.0">
  <artifact name="humpty-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.mewf.humpty', module='humpty-servlet', version='0.1.0')
)
libraryDependencies += "co.mewf.humpty" % "humpty-servlet" % "0.1.0"
[co.mewf.humpty/humpty-servlet "0.1.0"]