| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.codereligion |
| Идентификатор | Идентификаторhammock-compiler |
| Последняя версия | Последняя версия0.9 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHammock Compiler
An annotation processor/code generator to simplify working with Guava's functional style APIs
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.codereligion : hammock-api | jar | 0.9 |
| com.google.guava : guava | jar | 15.0 |
| org.freemarker : freemarker | jar | 2.3.20 |