文件下载
文件名 操作
natives-1.4.1.pom 下载
Apache Maven
<dependency>
  <groupId>com.aayushatharva.brotli4j</groupId>
  <artifactId>natives</artifactId>
  <version>1.4.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.aayushatharva.brotli4j:natives:1.4.1'
Gradle Kotlin
implementation("com.aayushatharva.brotli4j:natives:1.4.1")
Scala SBT
libraryDependencies += "com.aayushatharva.brotli4j" % "natives" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.aayushatharva.brotli4j', module='natives', version='1.4.1')
)
Apache Ivy
<dependency org="com.aayushatharva.brotli4j" name="natives" rev="1.4.1" />
Leiningen
[com.aayushatharva.brotli4j/natives "1.4.1"]
Apache Buildr
'com.aayushatharva.brotli4j:natives:jar:1.4.1'