MVN

com.alexkasko.delta : delta-common

Maven & Gradle

Oct 21, 2014
41 stars

Delta Updater Common Library · Common library for utilities and library for creating and applying binary patches to file system directories.

<dependency>
    <groupId>com.alexkasko.delta</groupId>
    <artifactId>delta-common</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alexkasko.delta : delta-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of com.alexkasko.delta : delta-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
delta-common-1.1.3
delta-common-1.1.2
delta-common-1.1.1
1.1
delta-common-1.1

How to add a dependency to Maven

Add the following com.alexkasko.delta : delta-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alexkasko.delta</groupId>
    <artifactId>delta-common</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alexkasko.delta : delta-common gradle dependency to your build.gradle file:

implementation 'com.alexkasko.delta:delta-common:1.1.3'

Gradle Kotlin DSL: Add the following com.alexkasko.delta : delta-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alexkasko.delta:delta-common:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alexkasko.delta : delta-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alexkasko.delta" % "delta-common" % "1.1.3"