h

humpty-servlet

Enables humpty in a Servlet 3 environment
Files download
File Operation
humpty-servlet-0.3.0.jar download
humpty-servlet-0.3.0.pom download
humpty-servlet-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>co.mewf.humpty</groupId>
  <artifactId>humpty-servlet</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'co.mewf.humpty:humpty-servlet:0.3.0'
Gradle Kotlin
implementation("co.mewf.humpty:humpty-servlet:0.3.0")
Scala SBT
libraryDependencies += "co.mewf.humpty" % "humpty-servlet" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='co.mewf.humpty', module='humpty-servlet', version='0.3.0')
)
Apache Ivy
<dependency org="co.mewf.humpty" name="humpty-servlet" rev="0.3.0" />
Leiningen
[co.mewf.humpty/humpty-servlet "0.3.0"]
Apache Buildr
'co.mewf.humpty:humpty-servlet:jar:0.3.0'