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