jar

com.remondis.limbus : limbus-showcase-launcher

Maven & Gradle

Mar 26, 2023
1 usages
1 stars

Limbus Showcase Launcher · This module is an example on how to start an instance of Max5 Limbus Engine and how to deploy artifacts on it. Use the launcher class to start the example. Note: This project is the host for a Limbus Engine. Therefore the dependency to limbus-engine-impl is needed. If you just want to develop a Limbus Plugin the dependency limbus-engine-api only is needed.

Table Of Contents

Latest Version

Download com.remondis.limbus : limbus-showcase-launcher JAR file - Latest Versions:

All Versions

Download com.remondis.limbus : limbus-showcase-launcher JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x
2.0.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 limbus-showcase-launcher-3.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.remondis.limbus.showcase.launcher

├─ com.remondis.limbus.showcase.launcher.EngineShowcaseLauncher.class - [JAR]

├─ com.remondis.limbus.showcase.launcher.ExtendedLimbusPlugin.class - [JAR]

├─ com.remondis.limbus.showcase.launcher.ShowcaseApplication.class - [JAR]

Advertisement