<dependency> <groupId>com.typesafe</groupId> <artifactId>sbt-mima-plugin</artifactId> <version>1.1.4</version> </dependency>
implementation 'com.typesafe:sbt-mima-plugin:1.1.4'
implementation("com.typesafe:sbt-mima-plugin:1.1.4")
libraryDependencies += "com.typesafe" % "sbt-mima-plugin" % "1.1.4"
@Grapes( @Grab(group='com.typesafe', module='sbt-mima-plugin', version='1.1.4') )
<dependency org="com.typesafe" name="sbt-mima-plugin" rev="1.1.4" />
[com.typesafe/sbt-mima-plugin "1.1.4"]
'com.typesafe:sbt-mima-plugin:jar:1.1.4'