f

formats

A utility for diffing APKs, AABs, AARs, and JARs.
https://github.com/JakeWharton/diffuse/
The Apache Software License, Version 2.0
Jake Wharton
Files download
File Operation
formats-0.3.0.jar download
formats-0.3.0.pom download
formats-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jakewharton.diffuse</groupId>
  <artifactId>formats</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.jakewharton.diffuse:formats:0.3.0'
Gradle Kotlin
implementation("com.jakewharton.diffuse:formats:0.3.0")
Scala SBT
libraryDependencies += "com.jakewharton.diffuse" % "formats" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.jakewharton.diffuse', module='formats', version='0.3.0')
)
Apache Ivy
<dependency org="com.jakewharton.diffuse" name="formats" rev="0.3.0" />
Leiningen
[com.jakewharton.diffuse/formats "0.3.0"]
Apache Buildr
'com.jakewharton.diffuse:formats:jar:0.3.0'