is not current version
Last Version 1.0.40-7dabb3b

com.indeed:status-web 1.0.0

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.0
Type

Type

jar

Download status-web 1.0.0


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