License |
License |
---|---|
GroupId | GroupIdcom.codereligion |
ArtifactId | ArtifactIdhammock-compiler |
Last Version | Last Version0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHammock Compiler
An annotation processor/code generator to simplify working with Guava's functional style APIs
|
Filename | Size |
---|---|
hammock-compiler-0.9.pom | |
hammock-compiler-0.9.jar | 29 KB |
hammock-compiler-0.9-sources.jar | 10 KB |
hammock-compiler-0.9-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codereligion/hammock-compiler/ -->
<dependency>
<groupId>com.codereligion</groupId>
<artifactId>hammock-compiler</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.codereligion/hammock-compiler/
implementation 'com.codereligion:hammock-compiler:0.9'
// https://jarcasting.com/artifacts/com.codereligion/hammock-compiler/
implementation ("com.codereligion:hammock-compiler:0.9")
'com.codereligion:hammock-compiler:jar:0.9'
<dependency org="com.codereligion" name="hammock-compiler" rev="0.9">
<artifact name="hammock-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codereligion', module='hammock-compiler', version='0.9')
)
libraryDependencies += "com.codereligion" % "hammock-compiler" % "0.9"
[com.codereligion/hammock-compiler "0.9"]
Group / Artifact | Type | Version |
---|---|---|
com.codereligion : hammock-api | jar | 0.9 |
com.google.guava : guava | jar | 15.0 |
org.freemarker : freemarker | jar | 2.3.20 |