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