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