MVN

ru.lanwen.diff : uri-differ-lib

Maven & Gradle

Jan 18, 2017
2 usages
10 stars

URI Differ Library · Simple lib to find diffs in two URIs with ability to pretty print result

<dependency>
    <groupId>ru.lanwen.diff</groupId>
    <artifactId>uri-differ-lib</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.lanwen.diff : uri-differ-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of ru.lanwen.diff : uri-differ-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
uri-differ-lib-1.3.0
1.2
uri-differ-lib-1.2
1.1
uri-differ-lib-1.1
1.0
uri-differ-lib-1.0

How to add a dependency to Maven

Add the following ru.lanwen.diff : uri-differ-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.lanwen.diff</groupId>
    <artifactId>uri-differ-lib</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.lanwen.diff : uri-differ-lib gradle dependency to your build.gradle file:

implementation 'ru.lanwen.diff:uri-differ-lib:1.3.0'

Gradle Kotlin DSL: Add the following ru.lanwen.diff : uri-differ-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.lanwen.diff:uri-differ-lib:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.lanwen.diff : uri-differ-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.lanwen.diff" % "uri-differ-lib" % "1.3.0"

Advertisement