Files download
File Operation
sbt-sdlc-0.3.0.jar download
sbt-sdlc-0.3.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.sbt</groupId>
  <artifactId>sbt-sdlc</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.sbt:sbt-sdlc:0.3.0'
Gradle Kotlin
implementation("com.github.sbt:sbt-sdlc:0.3.0")
Scala SBT
libraryDependencies += "com.github.sbt" % "sbt-sdlc" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sbt', module='sbt-sdlc', version='0.3.0')
)
Apache Ivy
<dependency org="com.github.sbt" name="sbt-sdlc" rev="0.3.0" />
Leiningen
[com.github.sbt/sbt-sdlc "0.3.0"]
Apache Buildr
'com.github.sbt:sbt-sdlc:jar:0.3.0'
Dependencies
The project has no third-party dependencies