h

hatatitla

Tweakable REST client library you have been dreaming of
http://anthavio.github.com/${project.name}
Files download
File Operation
hatatitla-1.0.0.jar download
hatatitla-1.0.0.pom download
hatatitla-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.anthavio</groupId>
  <artifactId>hatatitla</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.anthavio:hatatitla:1.0.0'
Gradle Kotlin
implementation("com.anthavio:hatatitla:1.0.0")
Scala SBT
libraryDependencies += "com.anthavio" % "hatatitla" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.anthavio', module='hatatitla', version='1.0.0')
)
Apache Ivy
<dependency org="com.anthavio" name="hatatitla" rev="1.0.0" />
Leiningen
[com.anthavio/hatatitla "1.0.0"]
Apache Buildr
'com.anthavio:hatatitla:jar:1.0.0'