<dependency> <groupId>com.github.sbt</groupId> <artifactId>sbt-jni-core_2.11</artifactId> <version>1.7.0</version> </dependency>
implementation 'com.github.sbt:sbt-jni-core_2.11:1.7.0'
implementation("com.github.sbt:sbt-jni-core_2.11:1.7.0")
libraryDependencies += "com.github.sbt" % "sbt-jni-core_2.11" % "1.7.0"
@Grapes( @Grab(group='com.github.sbt', module='sbt-jni-core_2.11', version='1.7.0') )
<dependency org="com.github.sbt" name="sbt-jni-core_2.11" rev="1.7.0" />
[com.github.sbt/sbt-jni-core_2.11 "1.7.0"]
'com.github.sbt:sbt-jni-core_2.11:jar:1.7.0'
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