Dependency Information

Apache Maven

<dependency>
  <groupId>no.maddin.niofs</groupId>
  <artifactId>integration-tests</artifactId>
  <version>2.1.0-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="no.maddin.niofs" name="integration-tests" rev="2.1.0-SNAPSHOT">
  <artifact name="integration-tests" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='no.maddin.niofs', module='integration-tests', version='2.1.0-SNAPSHOT')
)

Gradle/Grails

implementation 'no.maddin.niofs:integration-tests:2.1.0-SNAPSHOT'

Scala SBT

libraryDependencies += "no.maddin.niofs" % "integration-tests" % "2.1.0-SNAPSHOT"

Leiningen

[no.maddin.niofs/integration-tests "2.1.0-SNAPSHOT"]