GroupId | GroupIdcom.remondis.limbus |
---|---|
ArtifactId | ArtifactIdlimbus-showcase-launcher |
Version | Version2.0.1 |
Type | Typejar |
<!-- 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"]