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