组织ID: |
com.github.junrar |
项目ID: |
junrar |
版本: |
3.0.0 |
最后修改时间: |
2018-08-20 14:01:00 |
包类型: |
jar |
标题: |
Java UnRar |
描述: |
rar decompression library in plain java |
相关URL: |
https://github.com/junrar/junrar |
大小: |
159.59KB |
|
Maven引入代码: |
<dependency>
<groupId>com.github.junrar</groupId>
<artifactId>junrar</artifactId>
<version>3.0.0</version>
</dependency>
|
Gradle引入代码: |
com.github.junrar:junrar:3.0.0
|
下载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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.junrar</groupId>
<artifactId>junrar</artifactId>
<packaging>jar</packaging>
<version>3.0.0</version>
<name>Java UnRar</name>
<description>rar decompression library in plain java</description>
<url>https://github.com/junrar/junrar</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
</properties>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<licenses>
<license>
<name>UnRar License</name>
<url>https://raw.github.com/junrar/junrar/master/license.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:junrar/junrar.git</connection>
<developerConnection>scm:git:git@github.com:junrar/junrar.git</developerConnection>
<url>git@github.com:junrar/junrar.git</url>
</scm>
<developers>
<developer>
<id>edmund_wagner</id>
<name>Edmund Wagner</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</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-jar-plugin</artifactId>
<version>2.6</version>
<configuration>
<archive>
<manifest>
<mainClass>
de.innosystec.unrar.testutil.JUnRarTestUtil
</mainClass>
<packageName>
de.innosystec.unrar.testutil
</packageName>
<addClasspath>true</addClasspath>
<addExtensions />
<classpathPrefix />
</manifest>
<manifestEntries>
<mode>development</mode>
<url>${pom.url}</url>
</manifestEntries>
<manifestFile>
src/main/resources/META-INF/MANIFEST.MF
</manifestFile>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>sign</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.source}</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/vfs-providers.xml
com.github.junrar.unpack.ppm.BlockTypes.class
com.github.junrar.unpack.ppm.SubAllocator.class
com.github.junrar.unpack.ppm.State.class
com.github.junrar.unpack.ppm.SEE2Context.class
com.github.junrar.unpack.ppm.RangeCoder.class
com.github.junrar.unpack.ppm.ModelPPM.class
com.github.junrar.unpack.ppm.RangeCoder$SubRange.class
com.github.junrar.unpack.ppm.StateRef.class
com.github.junrar.unpack.ppm.RarNode.class
com.github.junrar.unpack.ppm.RarMemBlock.class
com.github.junrar.unpack.ppm.Pointer.class
com.github.junrar.unpack.ppm.FreqData.class
com.github.junrar.unpack.ppm.PPMContext.class
com.github.junrar.unpack.ppm.AnalyzeHeapDump.class
com.github.junrar.unpack.Unpack15.class
com.github.junrar.unpack.decode.MultDecode.class
com.github.junrar.unpack.decode.DistDecode.class
com.github.junrar.unpack.decode.Decode.class
com.github.junrar.unpack.decode.CodeType.class
com.github.junrar.unpack.decode.LitDecode.class
com.github.junrar.unpack.decode.FilterType.class
com.github.junrar.unpack.decode.LowDistDecode.class
com.github.junrar.unpack.decode.BitDecode.class
com.github.junrar.unpack.decode.Compress.class
com.github.junrar.unpack.decode.RepDecode.class
com.github.junrar.unpack.decode.AudioVariables.class
com.github.junrar.unpack.Unpack20.class
com.github.junrar.unpack.UnpackFilter.class
com.github.junrar.unpack.ComprDataIO.class
com.github.junrar.unpack.Unpack.class
com.github.junrar.unpack.vm.VMStandardFilterSignature.class
com.github.junrar.unpack.vm.VMStandardFilters.class
com.github.junrar.unpack.vm.RarVM$1.class
com.github.junrar.unpack.vm.VMPreparedCommand.class
com.github.junrar.unpack.vm.VMPreparedProgram.class
com.github.junrar.unpack.vm.VMPreparedOperand.class
com.github.junrar.unpack.vm.BitInput.class
com.github.junrar.unpack.vm.VMCommands.class
com.github.junrar.unpack.vm.VMOpType.class
com.github.junrar.unpack.vm.VMFlags.class
com.github.junrar.unpack.vm.VMCmdFlags.class
com.github.junrar.unpack.vm.RarVM.class
com.github.junrar.UnrarCallback.class
com.github.junrar.VolumeManager.class
com.github.junrar.crypt.Rijndael.class
com.github.junrar.ExtractDestination.class
com.github.junrar.rarfile.CommentHeader.class
com.github.junrar.rarfile.EndArcHeader.class
com.github.junrar.rarfile.FileHeader.class
com.github.junrar.rarfile.NewSubHeaderType.class
com.github.junrar.rarfile.EAHeader.class
com.github.junrar.rarfile.ProtectHeader.class
com.github.junrar.rarfile.MacInfoHeader.class
com.github.junrar.rarfile.BaseBlock.class
com.github.junrar.rarfile.UnrarHeadertype.class
com.github.junrar.rarfile.SubBlockHeader.class
com.github.junrar.rarfile.SignHeader.class
com.github.junrar.rarfile.SubBlockHeaderType.class
com.github.junrar.rarfile.FileNameDecoder.class
com.github.junrar.rarfile.BlockHeader.class
com.github.junrar.rarfile.UnixOwnersHeader.class
com.github.junrar.rarfile.MainHeader.class
com.github.junrar.rarfile.HostSystem.class
com.github.junrar.rarfile.MarkHeader.class
com.github.junrar.rarfile.AVHeader.class
com.github.junrar.Archive.class
com.github.junrar.crc.RarCRC.class
com.github.junrar.io.InputStreamReadOnlyAccessFile.class
com.github.junrar.io.IReadOnlyAccess.class
com.github.junrar.io.ReadOnlyAccessFile.class
com.github.junrar.io.Raw.class
com.github.junrar.io.ReadOnlyAccessInputStream.class
com.github.junrar.io.RandomAccessStream.class
com.github.junrar.io.ReadOnlyAccessByteArray.class
com.github.junrar.testutil.ExtractArchive.class
com.github.junrar.exception.RarException.class
com.github.junrar.exception.RarException$RarExceptionType.class
com.github.junrar.vfs2.provider.rar.RARFileSystem.class
com.github.junrar.vfs2.provider.rar.VFSVolumeManager.class
com.github.junrar.vfs2.provider.rar.RandomAccessContentAccess.class
com.github.junrar.vfs2.provider.rar.RARFileObject.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
commons-logging-1.2.jar
/commons-logging/commons-logging/1.2
查看commons-logging所有版本文件
commons-vfs2-2.2.jar
/org.apache.commons/commons-vfs2/2.2
查看commons-vfs2所有版本文件
commons-io-1.3.2.jar
/org.apache.commons/commons-io/1.3.2
查看commons-io所有版本文件
|