MVN

de.regnis.q.sequence : sequence-library

Maven & Gradle

Dec 27, 2018
5 usages

Sequence Library · Textual Diff and Merge Library

<dependency>
    <groupId>de.regnis.q.sequence</groupId>
    <artifactId>sequence-library</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.regnis.q.sequence : sequence-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of de.regnis.q.sequence : sequence-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
sequence-library-1.0.4
sequence-library-1.0.3
sequence-library-1.0.2

How to add a dependency to Maven

Add the following de.regnis.q.sequence : sequence-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.regnis.q.sequence</groupId>
    <artifactId>sequence-library</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.regnis.q.sequence : sequence-library gradle dependency to your build.gradle file:

implementation 'de.regnis.q.sequence:sequence-library:1.0.4'

Gradle Kotlin DSL: Add the following de.regnis.q.sequence : sequence-library gradle kotlin dependency to your build.gradle.kts file:

implementation("de.regnis.q.sequence:sequence-library:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.regnis.q.sequence : sequence-library sbt scala dependency to your build.sbt file:

libraryDependencies += "de.regnis.q.sequence" % "sequence-library" % "1.0.4"

Advertisement