MVN

com.xeonyu : bsdiff

Maven & Gradle

Jul 09, 2023
23 stars

XeonBsDiff · 快速实现文件差分功能

<dependency>
    <groupId>com.xeonyu</groupId>
    <artifactId>bsdiff</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xeonyu : bsdiff to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.xeonyu : bsdiff to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
bsdiff-1.0.4
bsdiff-1.0.3
bsdiff-1.0.2

How to add a dependency to Maven

Add the following com.xeonyu : bsdiff maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xeonyu</groupId>
    <artifactId>bsdiff</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xeonyu : bsdiff gradle dependency to your build.gradle file:

implementation 'com.xeonyu:bsdiff:1.0.4'

Gradle Kotlin DSL: Add the following com.xeonyu : bsdiff gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xeonyu:bsdiff:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xeonyu : bsdiff sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xeonyu" % "bsdiff" % "1.0.4"

Advertisement