| Лицензия |
Лицензия |
|---|---|
| Группа | Группаnl.elucidator.patterns.builder.annotations |
| Идентификатор | Идентификаторbuilder-annotations |
| Последняя версия | Последняя версия1.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMakeBuilder - Annotations
This project contains the annotations used by the MakeBuilder component.
It is deployed as a JAR file.
These annotations represent the public interface of the component.
|
| Имя Файла | Размер |
|---|---|
| builder-annotations-1.1.1.pom | |
| builder-annotations-1.1.1.jar | 3 KB |
| builder-annotations-1.1.1-sources.jar | 1 KB |
| builder-annotations-1.1.1-javadoc.jar | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/nl.elucidator.patterns.builder.annotations/builder-annotations/ -->
<dependency>
<groupId>nl.elucidator.patterns.builder.annotations</groupId>
<artifactId>builder-annotations</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/nl.elucidator.patterns.builder.annotations/builder-annotations/
implementation 'nl.elucidator.patterns.builder.annotations:builder-annotations:1.1.1'
// https://jarcasting.com/artifacts/nl.elucidator.patterns.builder.annotations/builder-annotations/
implementation ("nl.elucidator.patterns.builder.annotations:builder-annotations:1.1.1")
'nl.elucidator.patterns.builder.annotations:builder-annotations:jar:1.1.1'
<dependency org="nl.elucidator.patterns.builder.annotations" name="builder-annotations" rev="1.1.1">
<artifact name="builder-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.elucidator.patterns.builder.annotations', module='builder-annotations', version='1.1.1')
)
libraryDependencies += "nl.elucidator.patterns.builder.annotations" % "builder-annotations" % "1.1.1"
[nl.elucidator.patterns.builder.annotations/builder-annotations "1.1.1"]