Files download
File Operation
file-domain-0.14.2.jar download
file-domain-0.14.2.pom download
file-domain-0.14.2-sources.jar download
Apache Maven
<dependency>
  <groupId>city.smartb.fs</groupId>
  <artifactId>file-domain</artifactId>
  <version>0.14.2</version>
</dependency>
Gradle Groovy
implementation 'city.smartb.fs:file-domain:0.14.2'
Gradle Kotlin
implementation("city.smartb.fs:file-domain:0.14.2")
Scala SBT
libraryDependencies += "city.smartb.fs" % "file-domain" % "0.14.2"
Groovy Grape
@Grapes(
  @Grab(group='city.smartb.fs', module='file-domain', version='0.14.2')
)
Apache Ivy
<dependency org="city.smartb.fs" name="file-domain" rev="0.14.2" />
Leiningen
[city.smartb.fs/file-domain "0.14.2"]
Apache Buildr
'city.smartb.fs:file-domain:jar:0.14.2'