| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииImmutables Библиотеки уровня приложения Code Generators |
| Группа | Группаorg.immutables |
| Идентификатор | Идентификаторannotation |
| Версия | Версия0.18 |
| Тип | Типjar |
| Описание |
Описаниеorg.immutables.annotation
Annotations to generate support classes. This artifact declares required dependencies for the generated classes to be compiled.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| annotation-0.18.pom | |
| annotation-0.18.jar | 10 KB |
| annotation-0.18-sources.jar | 18 KB |
| annotation-0.18-javadoc.jar | 48 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.immutables/annotation/ -->
<dependency>
<groupId>org.immutables</groupId>
<artifactId>annotation</artifactId>
<version>0.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.immutables/annotation/
implementation 'org.immutables:annotation:0.18'
// https://jarcasting.com/artifacts/org.immutables/annotation/
implementation ("org.immutables:annotation:0.18")
'org.immutables:annotation:jar:0.18'
<dependency org="org.immutables" name="annotation" rev="0.18">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.immutables', module='annotation', version='0.18')
)
libraryDependencies += "org.immutables" % "annotation" % "0.18"
[org.immutables/annotation "0.18"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 18.0 |
| com.google.code.findbugs : jsr305 | jar | 1.3.9 |