h

hammock-parent

An annotation processor/code generator to simplify working with Guava's functional style APIs
https://github.com/whiskeysierra/hammock
The MIT License (MIT)
Willi Schönborn
Files download
File Operation
hammock-parent-0.5.pom download
Apache Maven
<dependency>
  <groupId>com.codereligion</groupId>
  <artifactId>hammock-parent</artifactId>
  <version>0.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.codereligion:hammock-parent:0.5'
Gradle Kotlin
implementation("com.codereligion:hammock-parent:0.5")
Scala SBT
libraryDependencies += "com.codereligion" % "hammock-parent" % "0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.codereligion', module='hammock-parent', version='0.5')
)
Apache Ivy
<dependency org="com.codereligion" name="hammock-parent" rev="0.5" />
Leiningen
[com.codereligion/hammock-parent "0.5"]
Apache Buildr
'com.codereligion:hammock-parent:jar:0.5'