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