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