Files download
File Operation
sbt-jni-core_3-1.5.4.jar download
sbt-jni-core_3-1.5.4.pom download
sbt-jni-core_3-1.5.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sbt</groupId>
  <artifactId>sbt-jni-core_3</artifactId>
  <version>1.5.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.sbt:sbt-jni-core_3:1.5.4'
Gradle Kotlin
implementation("com.github.sbt:sbt-jni-core_3:1.5.4")
Scala SBT
libraryDependencies += "com.github.sbt" % "sbt-jni-core_3" % "1.5.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sbt', module='sbt-jni-core_3', version='1.5.4')
)
Apache Ivy
<dependency org="com.github.sbt" name="sbt-jni-core_3" rev="1.5.4" />
Leiningen
[com.github.sbt/sbt-jni-core_3 "1.5.4"]
Apache Buildr
'com.github.sbt:sbt-jni-core_3:jar:1.5.4'