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