jar

io.github.felipebonezi : play-actuator_2.12

Maven & Gradle

Dec 10, 2022
6 stars

play-actuator · A Play! Framework dependency to include actuators methods to your service.

Table Of Contents

Latest Version

Download io.github.felipebonezi : play-actuator_2.12 JAR file - Latest Versions:

All Versions

Download io.github.felipebonezi : play-actuator_2.12 JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window play-actuator_2.12-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

play.actuator.health

├─ play.actuator.health.HealthService.class - [JAR]

play.actuator.build

├─ play.actuator.build.BuildInfo.class - [JAR]

play.actuator

├─ play.actuator.ActuatorController.class - [JAR]

├─ play.actuator.ActuatorModule.class - [JAR]

├─ play.actuator.ActuatorRouter.class - [JAR]

play.actuator.health.indicator

├─ play.actuator.health.indicator.DiskSpaceIndicator.class - [JAR]

play.actuator.info

├─ play.actuator.info.InfoService.class - [JAR]

Advertisement