| License |
License |
|---|---|
| GroupId | GroupIdeu.clarin.switchboard |
| ArtifactId | ArtifactIdprofiler |
| Last Version | Last Version1.0.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionprofiler
A java library able to profile (i.e. determine the mediatype, format variant and language) of an arbitrary file.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| profiler-1.0.11.pom | |
| profiler-1.0.11.jar | 65 KB |
| profiler-1.0.11-sources.jar | 34 KB |
| profiler-1.0.11-javadoc.jar | 624 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.clarin.switchboard/profiler/ -->
<dependency>
<groupId>eu.clarin.switchboard</groupId>
<artifactId>profiler</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/eu.clarin.switchboard/profiler/
implementation 'eu.clarin.switchboard:profiler:1.0.11'
// https://jarcasting.com/artifacts/eu.clarin.switchboard/profiler/
implementation ("eu.clarin.switchboard:profiler:1.0.11")
'eu.clarin.switchboard:profiler:jar:1.0.11'
<dependency org="eu.clarin.switchboard" name="profiler" rev="1.0.11">
<artifact name="profiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.clarin.switchboard', module='profiler', version='1.0.11')
)
libraryDependencies += "eu.clarin.switchboard" % "profiler" % "1.0.11"
[eu.clarin.switchboard/profiler "1.0.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| com.optimaize.languagedetector : language-detector | jar | 0.6 |
| org.apache.tika : tika-core | jar | 1.24 |
| org.apache.tika : tika-parsers | jar | 1.24 |
| com.google.guava : guava | jar | 30.1.1-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |