i

ibcore-read-detect

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