is not current version
Last Version dp

cc.drx:boot_2.10 dj

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

GroupId

GroupId

cc.drx
ArtifactId

ArtifactId

boot_2.10
Version

Version

dj
Type

Type

jar

Download boot_2.10 dj


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