| GroupId | GroupIdcom.indeed |
|---|---|
| ArtifactId | ArtifactIdstatus-web |
| Version | Version1.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| status-web-1.0.7.pom | |
| status-web-1.0.7.jar | 9 KB |
| status-web-1.0.7-sources.jar | 3 KB |
| status-web-1.0.7-javadoc.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.indeed/status-web/ -->
<dependency>
<groupId>com.indeed</groupId>
<artifactId>status-web</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.indeed/status-web/
implementation 'com.indeed:status-web:1.0.7'
// https://jarcasting.com/artifacts/com.indeed/status-web/
implementation ("com.indeed:status-web:1.0.7")
'com.indeed:status-web:jar:1.0.7'
<dependency org="com.indeed" name="status-web" rev="1.0.7">
<artifact name="status-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.indeed', module='status-web', version='1.0.7')
)
libraryDependencies += "com.indeed" % "status-web" % "1.0.7"
[com.indeed/status-web "1.0.7"]