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