c

com.io7m.jwhere

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