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