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