a

all

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