组织ID: |
org.tallison.xmp |
项目ID: |
xmpcore-shaded |
版本: |
6.1.10 |
最后修改时间: |
2020-02-26 09:14:54 |
包类型: |
jar |
标题: |
XMPCore Shaded |
描述: |
This project shades Adobe's xmpcore to remove the *.internal.* component from name spaces
to make recent versions backwards compatible
|
相关URL: |
https://github.com/tballison |
大小: |
138.11KB |
|
Maven引入代码: |
<dependency>
<groupId>org.tallison.xmp</groupId>
<artifactId>xmpcore-shaded</artifactId>
<version>6.1.10</version>
</dependency>
|
Gradle引入代码: |
org.tallison.xmp:xmpcore-shaded:6.1.10
|
下载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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.tallison.xmp</groupId>
<artifactId>xmpcore-shaded</artifactId>
<version>6.1.10</version>
<name>XMPCore Shaded</name>
<description>This project shades Adobe's xmpcore to remove the *.internal.* component from name spaces
to make recent versions backwards compatible
</description>
<url>https://github.com/tballison</url>
<developers>
<developer>
<name>Tim Allison</name>
</developer>
</developers>
<scm>
<url>https://github.com/tballison/xmpcore-shaded</url>
<connection>scm:git:https://github.com/tballison/xmpcore-shaded/</connection>
</scm>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
<maven.compile.source>1.8</maven.compile.source>
<maven.compile.target>1.8</maven.compile.target>
</properties>
<dependencies>
<dependency>
<groupId>com.adobe.xmp</groupId>
<artifactId>xmpcore</artifactId>
<version>6.1.10</version>
</dependency>
</dependencies>
<distributionManagement>
<!-- <snapshotRepository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository> -->
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.2</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>
false
</createDependencyReducedPom>
<relocations>
<relocation>
<pattern>com.adobe.internal</pattern>
<shadedPattern>com.adobe</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
</profiles>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.tallison.xmp.DoNothing.class
META-INF/maven/org.tallison.xmp/xmpcore-shaded/pom.xml
META-INF/maven/org.tallison.xmp/xmpcore-shaded/pom.properties
META-INF/LICENSE
META-INF/maven/com.adobe.xmp/xmpcore/pom.properties
META-INF/maven/com.adobe.xmp/xmpcore/pom.xml
com.adobe.xmp.XMPConst.class
com.adobe.xmp.XMPDateTime.class
com.adobe.xmp.XMPDateTimeFactory.class
com.adobe.xmp.XMPError.class
com.adobe.xmp.XMPException.class
com.adobe.xmp.XMPIterator.class
com.adobe.xmp.XMPMeta.class
com.adobe.xmp.XMPMetaFactory$1.class
com.adobe.xmp.XMPMetaFactory.class
com.adobe.xmp.XMPPathFactory.class
com.adobe.xmp.XMPSchemaRegistry.class
com.adobe.xmp.XMPUtils.class
com.adobe.xmp.XMPVersionInfo.class
com.adobe.xmp.impl.Base64.class
com.adobe.xmp.impl.ByteBuffer.class
com.adobe.xmp.impl.CountOutputStream.class
com.adobe.xmp.impl.FixASCIIControlsReader.class
com.adobe.xmp.impl.ISO8601Converter.class
com.adobe.xmp.impl.Latin1Converter.class
com.adobe.xmp.impl.ParameterAsserts.class
com.adobe.xmp.impl.ParseRDF.class
com.adobe.xmp.impl.ParseState.class
com.adobe.xmp.impl.QName.class
com.adobe.xmp.impl.Utils$1.class
com.adobe.xmp.impl.Utils.class
com.adobe.xmp.impl.XMPDateTimeImpl.class
com.adobe.xmp.impl.XMPIteratorImpl$NodeIterator$1.class
com.adobe.xmp.impl.XMPIteratorImpl$NodeIterator.class
com.adobe.xmp.impl.XMPIteratorImpl$NodeIteratorChildren.class
com.adobe.xmp.impl.XMPIteratorImpl.class
com.adobe.xmp.impl.XMPMetaImpl$1.class
com.adobe.xmp.impl.XMPMetaImpl$2.class
com.adobe.xmp.impl.XMPMetaImpl.class
com.adobe.xmp.impl.XMPMetaParser.class
com.adobe.xmp.impl.XMPNode$1.class
com.adobe.xmp.impl.XMPNode.class
com.adobe.xmp.impl.XMPNodeUtils.class
com.adobe.xmp.impl.XMPNormalizer.class
com.adobe.xmp.impl.XMPSchemaRegistryImpl$1.class
com.adobe.xmp.impl.XMPSchemaRegistryImpl.class
com.adobe.xmp.impl.XMPSerializerHelper.class
com.adobe.xmp.impl.XMPSerializerRDF.class
com.adobe.xmp.impl.XMPUtilsImpl.class
com.adobe.xmp.impl.xpath.PathPosition.class
com.adobe.xmp.impl.xpath.XMPPath.class
com.adobe.xmp.impl.xpath.XMPPathParser.class
com.adobe.xmp.impl.xpath.XMPPathSegment.class
com.adobe.xmp.options.AliasOptions.class
com.adobe.xmp.options.IteratorOptions.class
com.adobe.xmp.options.Options.class
com.adobe.xmp.options.ParseOptions.class
com.adobe.xmp.options.PropertyOptions.class
com.adobe.xmp.options.SerializeOptions.class
com.adobe.xmp.options.TemplateOptions.class
com.adobe.xmp.properties.XMPAliasInfo.class
com.adobe.xmp.properties.XMPProperty.class
com.adobe.xmp.properties.XMPPropertyInfo.class
com.adobe.xmp.utils.XMLStreamWriterFactory.class
com.adobe.xmp.utils.XMLStreamWriterImpl.class
|
依赖Jar: |
xmpcore-6.1.10.jar
/com.adobe.xmp/xmpcore/6.1.10
查看xmpcore所有版本文件
|