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