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