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