is not current version
Last Version 1.0.40-7dabb3b

com.indeed:status-web 1.0.19

The web classes for showing that status of a webapp in a servlet

GroupId

GroupId

com.indeed
ArtifactId

ArtifactId

status-web
Version

Version

1.0.19
Type

Type

jar

Download status-web 1.0.19


<!-- https://jarcasting.com/artifacts/com.indeed/status-web/ -->
<dependency>
    <groupId>com.indeed</groupId>
    <artifactId>status-web</artifactId>
    <version>1.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.indeed/status-web/
implementation 'com.indeed:status-web:1.0.19'
// https://jarcasting.com/artifacts/com.indeed/status-web/
implementation ("com.indeed:status-web:1.0.19")
'com.indeed:status-web:jar:1.0.19'
<dependency org="com.indeed" name="status-web" rev="1.0.19">
  <artifact name="status-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.indeed', module='status-web', version='1.0.19')
)
libraryDependencies += "com.indeed" % "status-web" % "1.0.19"
[com.indeed/status-web "1.0.19"]