<dependency> <groupId>com.github.sbt</groupId> <artifactId>sbt-jni-core_2.11</artifactId> <version>1.5.4</version> </dependency>
implementation 'com.github.sbt:sbt-jni-core_2.11:1.5.4'
implementation("com.github.sbt:sbt-jni-core_2.11:1.5.4")
libraryDependencies += "com.github.sbt" % "sbt-jni-core_2.11" % "1.5.4"
@Grapes( @Grab(group='com.github.sbt', module='sbt-jni-core_2.11', version='1.5.4') )
<dependency org="com.github.sbt" name="sbt-jni-core_2.11" rev="1.5.4" />
[com.github.sbt/sbt-jni-core_2.11 "1.5.4"]
'com.github.sbt:sbt-jni-core_2.11:jar:1.5.4'
compile
|-- org.scala-lang:scala-library:2.11.12
|-- org.scala-lang:scala-reflect:2.11.12
provided
|-- org.scala-lang:scala-compiler:2.11.12