Last Version

Limbus Showcase Launcher 3.0.1

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.

License

License

GroupId

GroupId

com.remondis.limbus
ArtifactId

ArtifactId

limbus-showcase-launcher
Version

Version

3.0.1
Type

Type

jar
Description

Description

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.

Download limbus-showcase-launcher 3.0.1


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

Dependencies

compile (2)

Group / Artifact Type Version
com.remondis.limbus : limbus-engine-impl jar 3.0.1
com.remondis.limbus : limbus-logging-jdk jar 3.0.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.14.0
org.mockito : mockito-core jar 3.1.0

Project Modules

There are no modules declared in this project.