License |
License |
---|---|
GroupId | GroupIdcom.remondis.limbus |
ArtifactId | ArtifactIdlimbus-showcase-launcher |
Version | Version3.0.1 |
Type | Typejar |
Description |
DescriptionLimbus 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.
|
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.remondis.limbus : limbus-engine-impl | jar | 3.0.1 |
com.remondis.limbus : limbus-logging-jdk | jar | 3.0.1 |
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 |