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