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