i

ibcore-files

Component that wraps dir scanner
${github.url.base}/${project.artifactId}
Files download
File Operation
ibcore-files-0.30.0.jar download
ibcore-files-0.30.0.pom download
ibcore-files-0.30.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infrastructurebuilder</groupId>
  <artifactId>ibcore-files</artifactId>
  <version>0.30.0</version>
</dependency>
Gradle Groovy
implementation 'org.infrastructurebuilder:ibcore-files:0.30.0'
Gradle Kotlin
implementation("org.infrastructurebuilder:ibcore-files:0.30.0")
Scala SBT
libraryDependencies += "org.infrastructurebuilder" % "ibcore-files" % "0.30.0"
Groovy Grape
@Grapes(
  @Grab(group='org.infrastructurebuilder', module='ibcore-files', version='0.30.0')
)
Apache Ivy
<dependency org="org.infrastructurebuilder" name="ibcore-files" rev="0.30.0" />
Leiningen
[org.infrastructurebuilder/ibcore-files "0.30.0"]
Apache Buildr
'org.infrastructurebuilder:ibcore-files:jar:0.30.0'