o

org.apache.sling.commons.contentdetection

Content-based MIME type detection
Files download
File Operation
org.apache.sling.commons.contentdetection-1.0.2.jar download
org.apache.sling.commons.contentdetection-1.0.2.pom download
org.apache.sling.commons.contentdetection-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.sling</groupId>
  <artifactId>org.apache.sling.commons.contentdetection</artifactId>
  <version>1.0.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.sling:org.apache.sling.commons.contentdetection:1.0.2'
Gradle Kotlin
implementation("org.apache.sling:org.apache.sling.commons.contentdetection:1.0.2")
Scala SBT
libraryDependencies += "org.apache.sling" % "org.apache.sling.commons.contentdetection" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sling', module='org.apache.sling.commons.contentdetection', version='1.0.2')
)
Apache Ivy
<dependency org="org.apache.sling" name="org.apache.sling.commons.contentdetection" rev="1.0.2" />
Leiningen
[org.apache.sling/org.apache.sling.commons.contentdetection "1.0.2"]
Apache Buildr
'org.apache.sling:org.apache.sling.commons.contentdetection:jar:1.0.2'