is not current version
Last Version dp

cc.drx:boot_2.11 dj

drx wraper around the sbt-launcher to support config file based launching

GroupId

GroupId

cc.drx
ArtifactId

ArtifactId

boot_2.11
Version

Version

dj
Type

Type

jar

Download boot_2.11 dj


<!-- https://jarcasting.com/artifacts/cc.drx/boot_2.11/ -->
<dependency>
    <groupId>cc.drx</groupId>
    <artifactId>boot_2.11</artifactId>
    <version>dj</version>
</dependency>
// https://jarcasting.com/artifacts/cc.drx/boot_2.11/
implementation 'cc.drx:boot_2.11:dj'
// https://jarcasting.com/artifacts/cc.drx/boot_2.11/
implementation ("cc.drx:boot_2.11:dj")
'cc.drx:boot_2.11:jar:dj'
<dependency org="cc.drx" name="boot_2.11" rev="dj">
  <artifact name="boot_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.drx', module='boot_2.11', version='dj')
)
libraryDependencies += "cc.drx" % "boot_2.11" % "dj"
[cc.drx/boot_2.11 "dj"]