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