MVN

com.erigir : drigo

Maven & Gradle

Aug 07, 2015
3 stars

Drigo · Drigo is an extensible library for transforming files

<dependency>
    <groupId>com.erigir</groupId>
    <artifactId>drigo</artifactId>
    <version>0.92</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.erigir : drigo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.92

All Versions

Choose a version of com.erigir : drigo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.92
drigo-0.92

How to add a dependency to Maven

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

<dependency>
    <groupId>com.erigir</groupId>
    <artifactId>drigo</artifactId>
    <version>0.92</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.erigir : drigo gradle dependency to your build.gradle file:

implementation 'com.erigir:drigo:0.92'

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

implementation("com.erigir:drigo:0.92")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.erigir : drigo sbt scala dependency to your build.sbt file:

libraryDependencies += "com.erigir" % "drigo" % "0.92"