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