is not current version
Last Version 3.0.1

com.remondis.limbus:limbus-showcase-launcher 2.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.

GroupId

GroupId

com.remondis.limbus
ArtifactId

ArtifactId

limbus-showcase-launcher
Version

Version

2.0.1
Type

Type

jar

Download limbus-showcase-launcher 2.0.1


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