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