a

all

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