组织ID: |
org.lucee |
项目ID: |
metadata-extractor |
版本: |
2.9.1 |
最后修改时间: |
2018-08-08 12:21:14 |
包类型: |
jar |
标题: |
metadata-extractor |
描述: |
OSGi Version of metadata-extractor |
相关URL: |
http://maven.lucee.org/metadata-extractor/ |
大小: |
373.16KB |
|
Maven引入代码: |
<dependency>
<groupId>org.lucee</groupId>
<artifactId>metadata-extractor</artifactId>
<version>2.9.1</version>
</dependency>
|
Gradle引入代码: |
org.lucee:metadata-extractor:2.9.1
|
下载Jar包: |
|
POM文件内容: |
<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>
<groupId>org.lucee</groupId>
<artifactId>metadata-extractor</artifactId>
<version>2.9.1</version>
<name>metadata-extractor</name>
<packaging>bundle</packaging>
<description>OSGi Version of metadata-extractor</description>
<url>http://maven.lucee.org/metadata-extractor/</url>
<!-- same license as the original jar -->
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<developers>
<developer>
<id>micstriit</id>
<name>Michael Offner</name>
<email>michael@lucee.org</email>
<organization>Lucee Association Switzerland</organization>
<organizationUrl>http://lucee.org</organizationUrl>
<roles>
<role>Project-Administrator</role>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</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-release-plugin</artifactId>
<version>2.5</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<goals>deploy</goals>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.10</version>
<executions>
<execution>
<id>unpack</id>
<phase>validate</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
<version>2.9.1</version>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/classes</outputDirectory>
</artifactItem>
</artifactItems>
<overWriteReleases>true</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<unpackBundle>true</unpackBundle>
<instructions>
<Bundle-Name>org.lucee.extractor</Bundle-Name>
<Bundle-SymbolicName>org.lucee.extractor</Bundle-SymbolicName>
<Bundle-Description>OSGI version of jar ${project.name}</Bundle-Description>
<Export-Package>*</Export-Package>
<Require-Bundle>org.lucee.xmpcore;bundle-version=5.1.2</Require-Bundle>
<!-- <Require-Bundle-Fragment></Require-Bundle-Fragment> -->
<!-- <Import-Package>*</Import-Package> -->
<!-- <DynamicImport-Package>*</DynamicImport-Package> -->
<!-- <Fragment-Host></Fragment-Host> -->
</instructions>
</configuration>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
<scm>
<url>https://github.com/lucee/osgi-bundle-metadata-extractor</url>
<connection>scm:git:git://github.com/lucee/osgi-bundle-metadata-extractor.git</connection>
<developerConnection>scm:git:git@github.com:lucee/osgi-bundle-metadata-extractor.git</developerConnection>
<tag>metadata-extractor OSGi library</tag>
</scm>
<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/org.lucee/metadata-extractor/pom.properties
META-INF/maven/org.lucee/metadata-extractor/pom.xml
com.drew.imaging.FileType.class
com.drew.imaging.FileTypeDetector.class
com.drew.imaging.ImageMetadataReader.class
com.drew.imaging.ImageProcessingException.class
com.drew.imaging.PhotographicConversions.class
com.drew.imaging.bmp.BmpMetadataReader.class
com.drew.imaging.gif.GifMetadataReader.class
com.drew.imaging.ico.IcoMetadataReader.class
com.drew.imaging.jpeg.JpegMetadataReader.class
com.drew.imaging.jpeg.JpegProcessingException.class
com.drew.imaging.jpeg.JpegSegmentData.class
com.drew.imaging.jpeg.JpegSegmentMetadataReader.class
com.drew.imaging.jpeg.JpegSegmentReader.class
com.drew.imaging.jpeg.JpegSegmentType.class
com.drew.imaging.pcx.PcxMetadataReader.class
com.drew.imaging.png.PngChromaticities.class
com.drew.imaging.png.PngChunk.class
com.drew.imaging.png.PngChunkReader.class
com.drew.imaging.png.PngChunkType.class
com.drew.imaging.png.PngColorType.class
com.drew.imaging.png.PngHeader.class
com.drew.imaging.png.PngMetadataReader.class
com.drew.imaging.png.PngProcessingException.class
com.drew.imaging.psd.PsdMetadataReader.class
com.drew.imaging.raf.RafMetadataReader.class
com.drew.imaging.riff.RiffHandler.class
com.drew.imaging.riff.RiffProcessingException.class
com.drew.imaging.riff.RiffReader.class
com.drew.imaging.tiff.TiffDataFormat.class
com.drew.imaging.tiff.TiffHandler.class
com.drew.imaging.tiff.TiffMetadataReader.class
com.drew.imaging.tiff.TiffProcessingException.class
com.drew.imaging.tiff.TiffReader.class
com.drew.imaging.webp.WebpMetadataReader.class
com.drew.lang.BufferBoundsException.class
com.drew.lang.ByteArrayReader.class
com.drew.lang.ByteConvert.class
com.drew.lang.ByteTrie$ByteTrieNode.class
com.drew.lang.ByteTrie.class
com.drew.lang.CompoundException.class
com.drew.lang.DateUtil.class
com.drew.lang.GeoLocation.class
com.drew.lang.Iterables.class
com.drew.lang.KeyValuePair.class
com.drew.lang.NullOutputStream.class
com.drew.lang.RandomAccessFileReader.class
com.drew.lang.RandomAccessReader.class
com.drew.lang.RandomAccessStreamReader.class
com.drew.lang.Rational.class
com.drew.lang.SequentialByteArrayReader.class
com.drew.lang.SequentialReader.class
com.drew.lang.StreamReader.class
com.drew.lang.StringUtil.class
com.drew.lang.annotations.NotNull.class
com.drew.lang.annotations.Nullable.class
com.drew.lang.annotations.SuppressWarnings.class
com.drew.metadata.Age.class
com.drew.metadata.Directory.class
com.drew.metadata.Face.class
com.drew.metadata.Metadata.class
com.drew.metadata.MetadataException.class
com.drew.metadata.MetadataReader.class
com.drew.metadata.Schema.class
com.drew.metadata.Tag.class
com.drew.metadata.TagDescriptor.class
com.drew.metadata.adobe.AdobeJpegDescriptor.class
com.drew.metadata.adobe.AdobeJpegDirectory.class
com.drew.metadata.adobe.AdobeJpegReader.class
com.drew.metadata.bmp.BmpHeaderDescriptor.class
com.drew.metadata.bmp.BmpHeaderDirectory.class
com.drew.metadata.bmp.BmpReader.class
com.drew.metadata.exif.ExifDescriptorBase.class
com.drew.metadata.exif.ExifDirectoryBase.class
com.drew.metadata.exif.ExifIFD0Descriptor.class
com.drew.metadata.exif.ExifIFD0Directory.class
com.drew.metadata.exif.ExifInteropDescriptor.class
com.drew.metadata.exif.ExifInteropDirectory.class
com.drew.metadata.exif.ExifReader.class
com.drew.metadata.exif.ExifSubIFDDescriptor.class
com.drew.metadata.exif.ExifSubIFDDirectory.class
com.drew.metadata.exif.ExifThumbnailDescriptor.class
com.drew.metadata.exif.ExifThumbnailDirectory.class
com.drew.metadata.exif.ExifTiffHandler.class
com.drew.metadata.exif.GpsDescriptor.class
com.drew.metadata.exif.GpsDirectory.class
com.drew.metadata.exif.makernotes.CanonMakernoteDescriptor.class
com.drew.metadata.exif.makernotes.CanonMakernoteDirectory$AFInfo.class
com.drew.metadata.exif.makernotes.CanonMakernoteDirectory$CameraSettings.class
com.drew.metadata.exif.makernotes.CanonMakernoteDirectory$FocalLength.class
com.drew.metadata.exif.makernotes.CanonMakernoteDirectory$Panorama.class
com.drew.metadata.exif.makernotes.CanonMakernoteDirectory$ShotInfo.class
com.drew.metadata.exif.makernotes.CanonMakernoteDirectory.class
com.drew.metadata.exif.makernotes.CasioType1MakernoteDescriptor.class
com.drew.metadata.exif.makernotes.CasioType1MakernoteDirectory.class
com.drew.metadata.exif.makernotes.CasioType2MakernoteDescriptor.class
com.drew.metadata.exif.makernotes.CasioType2MakernoteDirectory.class
com.drew.metadata.exif.makernotes.FujifilmMakernoteDescriptor.class
com.drew.metadata.exif.makernotes.FujifilmMakernoteDirectory.class
com.drew.metadata.exif.makernotes.KodakMakernoteDescriptor.class
com.drew.metadata.exif.makernotes.KodakMakernoteDirectory.class
com.drew.metadata.exif.makernotes.KyoceraMakernoteDescriptor.class
com.drew.metadata.exif.makernotes.KyoceraMakernoteDirectory.class
com.drew.metadata.exif.makernotes.LeicaMakernoteDescriptor.class
com.drew.metadata.exif.makernotes.LeicaMakernoteDirectory.class
com.drew.metadata.exif.makernotes.NikonType1MakernoteDescriptor.class
com.drew.metadata.exif.makernotes.NikonType1MakernoteDirectory.class
com.drew.metadata.exif.makernotes.NikonType2MakernoteDescriptor.class
com.drew.metadata.exif.makernotes.NikonType2MakernoteDirectory.class
com.drew.metadata.exif.makernotes.OlympusCameraSettingsMakernoteDescriptor.class
com.drew.metadata.exif.makernotes.OlympusCameraSettingsMakernoteDirectory.class
com.drew.metadata.exif.makernotes.OlympusEquipmentMakernoteDescriptor.class
com.drew.metadata.exif.makernotes.OlympusEquipmentMakernoteDirectory.class
com.drew.metadata.exif.makernotes.OlympusMakernoteDescriptor.class
com.drew.metadata.exif.makernotes.OlympusMakernoteDirectory$CameraSettings.class
com.drew.metadata.exif.makernotes.OlympusMakernoteDirectory.class
com.drew.metadata.exif.makernotes.PanasonicMakernoteDescriptor.class
com.drew.metadata.exif.makernotes.PanasonicMakernoteDirectory.class
com.drew.metadata.exif.makernotes.PentaxMakernoteDescriptor.class
com.drew.metadata.exif.makernotes.PentaxMakernoteDirectory.class
com.drew.metadata.exif.makernotes.RicohMakernoteDescriptor.class
com.drew.metadata.exif.makernotes.RicohMakernoteDirectory.class
com.drew.metadata.exif.makernotes.SanyoMakernoteDescriptor.class
com.drew.metadata.exif.makernotes.SanyoMakernoteDirectory.class
com.drew.metadata.exif.makernotes.SigmaMakernoteDescriptor.class
com.drew.metadata.exif.makernotes.SigmaMakernoteDirectory.class
com.drew.metadata.exif.makernotes.SonyType1MakernoteDescriptor.class
com.drew.metadata.exif.makernotes.SonyType1MakernoteDirectory.class
com.drew.metadata.exif.makernotes.SonyType6MakernoteDescriptor.class
com.drew.metadata.exif.makernotes.SonyType6MakernoteDirectory.class
com.drew.metadata.file.FileMetadataDescriptor.class
com.drew.metadata.file.FileMetadataDirectory.class
com.drew.metadata.file.FileMetadataReader.class
com.drew.metadata.gif.GifHeaderDescriptor.class
com.drew.metadata.gif.GifHeaderDirectory.class
com.drew.metadata.gif.GifReader.class
com.drew.metadata.icc.IccDescriptor.class
com.drew.metadata.icc.IccDirectory.class
com.drew.metadata.icc.IccReader.class
com.drew.metadata.ico.IcoDescriptor.class
com.drew.metadata.ico.IcoDirectory.class
com.drew.metadata.ico.IcoReader.class
com.drew.metadata.iptc.IptcDescriptor.class
com.drew.metadata.iptc.IptcDirectory.class
com.drew.metadata.iptc.IptcReader.class
com.drew.metadata.iptc.Iso2022Converter.class
com.drew.metadata.jfif.JfifDescriptor.class
com.drew.metadata.jfif.JfifDirectory.class
com.drew.metadata.jfif.JfifReader.class
com.drew.metadata.jfxx.JfxxDescriptor.class
com.drew.metadata.jfxx.JfxxDirectory.class
com.drew.metadata.jfxx.JfxxReader.class
com.drew.metadata.jpeg.JpegCommentDescriptor.class
com.drew.metadata.jpeg.JpegCommentDirectory.class
com.drew.metadata.jpeg.JpegCommentReader.class
com.drew.metadata.jpeg.JpegComponent.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
无
|