| 组织ID: |
org.apache.sling |
| 项目ID: |
org.apache.sling.commons.mime |
| 版本: |
2.2.2 |
| 最后修改时间: |
2019-10-16 07:41:17 |
| 包类型: |
jar |
| 标题: |
Apache Sling Commons MIME |
| 描述: |
Support for configurable MIME type mapping and querying
|
| 大小: |
38.14KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.mime</artifactId>
<version>2.2.2</version>
</dependency>
|
| Gradle引入代码: |
org.apache.sling:org.apache.sling.commons.mime:2.2.2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling-bundle-parent</artifactId>
<version>35</version>
<relativePath />
</parent>
<artifactId>org.apache.sling.commons.mime</artifactId>
<version>2.2.2</version>
<name>Apache Sling Commons MIME</name>
<description>
Support for configurable MIME type mapping and querying
</description>
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-mime.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-mime.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-mime.git</url>
<tag>org.apache.sling.commons.mime-2.2.2</tag>
</scm>
<build>
<plugins>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-baseline-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<exclude>src/main/resources/res/jquery.treeTable.css</exclude>
<exclude>src/main/resources/res/jquery.treeTable.min.js</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<excludePackageNames>
org.apache.sling.commons.mime.internal
</excludePackageNames>
</configuration>
</plugin>
</plugins>
</reporting>
<dependencies>
<!-- OSGi -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.annotation.versioning</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.metatype.annotations</artifactId>
<scope>provided</scope>
</dependency>
<!-- ... -->
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/core_mime.types
org.apache.sling.commons.mime.internal.TikaMimeTypeProvider.class
OSGI-INF/metatype/org.apache.sling.commons.mime.internal.MimeTypeServiceImpl$Config.xml
META-INF/mime.types
org.apache.sling.commons.mime.MimeTypeProvider.class
META-INF/NOTICE
META-INF/LICENSE
META-INF/DEPENDENCIES
OSGI-INF/org.apache.sling.commons.mime.internal.MimeTypeServiceImpl.xml
OSGI-INF/org.apache.sling.commons.mime.internal.MimeTypeWebConsolePlugin.xml
res/jquery.treeTable.css
OSGI-INF/org.apache.sling.commons.mime.internal.TikaMimeTypeProvider.xml
res/jquery.treeTable.min.js
META-INF/maven/org.apache.sling/org.apache.sling.commons.mime/pom.xml
org.apache.sling.commons.mime.package-info.class
META-INF/maven/org.apache.sling/org.apache.sling.commons.mime/pom.properties
org.apache.sling.commons.mime.MimeTypeService.class
org.apache.sling.commons.mime.internal.MimeTypeServiceImpl$Config.class
org.apache.sling.commons.mime.internal.MimeTypeServiceImpl.class
org.apache.sling.commons.mime.internal.MimeTypeWebConsolePlugin.class
|
| 依赖Jar: |
tika-core-1.0.jar
/org.apache.tika/tika-core/1.0
查看tika-core所有版本文件
|