| Группа | Группаin.hocg.boot |
|---|---|
| Идентификатор | Идентификаторnamed-annotation |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| named-annotation-1.0.1.pom | |
| named-annotation-1.0.1.jar | 8 KB |
| named-annotation-1.0.1-sources.jar | 8 KB |
| named-annotation-1.0.1-javadoc.jar | 406 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/named-annotation/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>named-annotation</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/named-annotation/
implementation 'in.hocg.boot:named-annotation:1.0.1'
// https://jarcasting.com/artifacts/in.hocg.boot/named-annotation/
implementation ("in.hocg.boot:named-annotation:1.0.1")
'in.hocg.boot:named-annotation:jar:1.0.1'
<dependency org="in.hocg.boot" name="named-annotation" rev="1.0.1">
<artifact name="named-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='named-annotation', version='1.0.1')
)
libraryDependencies += "in.hocg.boot" % "named-annotation" % "1.0.1"
[in.hocg.boot/named-annotation "1.0.1"]