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.3.pom download
Apache Maven
<dependency>
  <groupId>com.codereligion</groupId>
  <artifactId>hammock-parent</artifactId>
  <version>0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.codereligion:hammock-parent:0.3'
Gradle Kotlin
implementation("com.codereligion:hammock-parent:0.3")
Scala SBT
libraryDependencies += "com.codereligion" % "hammock-parent" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.codereligion', module='hammock-parent', version='0.3')
)
Apache Ivy
<dependency org="com.codereligion" name="hammock-parent" rev="0.3" />
Leiningen
[com.codereligion/hammock-parent "0.3"]
Apache Buildr
'com.codereligion:hammock-parent:jar:0.3'