License |
License |
---|---|
GroupId | GroupIdcom.codereligion |
ArtifactId | ArtifactIdhammock-parent |
Last Version | Last Version0.9 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHammock
An annotation processor/code generator to simplify working with Guava's functional style APIs
|
Project URL |
Project URL |
Filename | Size |
---|---|
hammock-parent-0.9.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codereligion/hammock-parent/ -->
<dependency>
<groupId>com.codereligion</groupId>
<artifactId>hammock-parent</artifactId>
<version>0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.codereligion/hammock-parent/
implementation 'com.codereligion:hammock-parent:0.9'
// https://jarcasting.com/artifacts/com.codereligion/hammock-parent/
implementation ("com.codereligion:hammock-parent:0.9")
'com.codereligion:hammock-parent:pom:0.9'
<dependency org="com.codereligion" name="hammock-parent" rev="0.9">
<artifact name="hammock-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.codereligion', module='hammock-parent', version='0.9')
)
libraryDependencies += "com.codereligion" % "hammock-parent" % "0.9"
[com.codereligion/hammock-parent "0.9"]