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