h

humpty

Puts your web assets back together
http://mewf.co/humpty
The MIT License
Moandji Ezana
Files download
File Operation
humpty-0.1.0.jar download
humpty-0.1.0.pom download
humpty-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>co.mewf.humpty</groupId>
  <artifactId>humpty</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'co.mewf.humpty:humpty:0.1.0'
Gradle Kotlin
implementation("co.mewf.humpty:humpty:0.1.0")
Scala SBT
libraryDependencies += "co.mewf.humpty" % "humpty" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='co.mewf.humpty', module='humpty', version='0.1.0')
)
Apache Ivy
<dependency org="co.mewf.humpty" name="humpty" rev="0.1.0" />
Leiningen
[co.mewf.humpty/humpty "0.1.0"]
Apache Buildr
'co.mewf.humpty:humpty:jar:0.1.0'