MVN

org.unitils : unitils-io

Maven & Gradle

Jan 15, 2017
1 usages

Unitils io module

<dependency>
    <groupId>org.unitils</groupId>
    <artifactId>unitils-io</artifactId>
    <version>3.4.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.unitils : unitils-io to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.6

All Versions

Choose a version of org.unitils : unitils-io to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
unitils-io-3.4.6
unitils-io-3.4.3
unitils-io-3.4.2
unitils-io-3.4.1
3.4
unitils-io-3.4
3.3
unitils-io-3.3

How to add a dependency to Maven

Add the following org.unitils : unitils-io maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.unitils</groupId>
    <artifactId>unitils-io</artifactId>
    <version>3.4.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.unitils : unitils-io gradle dependency to your build.gradle file:

implementation 'org.unitils:unitils-io:3.4.6'

Gradle Kotlin DSL: Add the following org.unitils : unitils-io gradle kotlin dependency to your build.gradle.kts file:

implementation("org.unitils:unitils-io:3.4.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.unitils : unitils-io sbt scala dependency to your build.sbt file:

libraryDependencies += "org.unitils" % "unitils-io" % "3.4.6"

Advertisement