Files download
File Operation
intellij-directory-tests-0.6.0.jar download
intellij-directory-tests-0.6.0.pom download
intellij-directory-tests-0.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.flash-freezing-lava</groupId>
  <artifactId>intellij-directory-tests</artifactId>
  <version>0.6.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.flash-freezing-lava:intellij-directory-tests:0.6.0'
Gradle Kotlin
implementation("io.github.flash-freezing-lava:intellij-directory-tests:0.6.0")
Scala SBT
libraryDependencies += "io.github.flash-freezing-lava" % "intellij-directory-tests" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.flash-freezing-lava', module='intellij-directory-tests', version='0.6.0')
)
Apache Ivy
<dependency org="io.github.flash-freezing-lava" name="intellij-directory-tests" rev="0.6.0" />
Leiningen
[io.github.flash-freezing-lava/intellij-directory-tests "0.6.0"]
Apache Buildr
'io.github.flash-freezing-lava:intellij-directory-tests:jar:0.6.0'