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