### Run ReplayStudio Application Source: https://github.com/replaymod/replaystudio/blob/master/README.md Execute the ReplayStudio JAR file. Append --help to display all available commands. Dependencies are packaged within the JAR. ```bash java -jar replaystudio.jar ``` -------------------------------- ### Build ReplayStudio Source: https://github.com/replaymod/replaystudio/blob/master/README.md Build the ReplayStudio project using Gradle. The generated JAR file will be located in the build/libs directory. ```bash ./gradlew ``` -------------------------------- ### Generate Javadocs Source: https://github.com/replaymod/replaystudio/blob/master/README.md Generate Javadocs for ReplayStudio using the Gradle task. The documentation will be found in the build/docs/javadoc folder. ```bash ./gradlew javadoc ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.