Download delta-common-1.1.3.jar file - Jar d

Jar examples for d:delta-common

Description

Common library for utilities and library for creating and applying binary patches to file system directories.

You can download jar file delta-common 1.1.3 in this page.

License

MIT License

Build File

You can use the following script to add delta-common-1.1.3.jar to your project.

<dependency>
   <groupId>com.alexkasko.delta</groupId>
   <artifactId>delta-common</artifactId>
   <version>1.1.3</version>
</dependency>
compile group: 'com.alexkasko.delta', name: 'delta-common', version: '1.1.3'
libraryDependencies += "com.alexkasko.delta" % "delta-common" % "1.1.3"
<dependency org="com.alexkasko.delta" name="delta-common" rev="1.1.3"/>
@Grapes(@Grab(group='com.alexkasko.delta', module='delta-common', version='1.1.3'))
'com.alexkasko.delta:delta-common:jar:1.1.3'

Download

Click the following link to download the jar file.

delta-common-1.1.3-javadoc.jar
delta-common-1.1.3-sources.jar
delta-common-1.1.3.jar
delta-common-1.1.3.pom



Related Tutorials