c

com.io7m.jwhere.core

Disk catalog (Core)
http://io7m.github.io/jwhere/
Files download
File Operation
com.io7m.jwhere.core-0.6.0.jar download
com.io7m.jwhere.core-0.6.0.pom download
com.io7m.jwhere.core-0.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.io7m.jwhere</groupId>
  <artifactId>com.io7m.jwhere.core</artifactId>
  <version>0.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.io7m.jwhere:com.io7m.jwhere.core:0.6.0'
Gradle Kotlin
implementation("com.io7m.jwhere:com.io7m.jwhere.core:0.6.0")
Scala SBT
libraryDependencies += "com.io7m.jwhere" % "com.io7m.jwhere.core" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.io7m.jwhere', module='com.io7m.jwhere.core', version='0.6.0')
)
Apache Ivy
<dependency org="com.io7m.jwhere" name="com.io7m.jwhere.core" rev="0.6.0" />
Leiningen
[com.io7m.jwhere/com.io7m.jwhere.core "0.6.0"]
Apache Buildr
'com.io7m.jwhere:com.io7m.jwhere.core:jar:0.6.0'