组织ID: |
com.github.junrar |
项目ID: |
junrar |
版本: |
0.7 |
最后修改时间: |
2018-07-23 21:34:37 |
包类型: |
jar |
标题: |
Java UnRar |
描述: |
rar decompression library in plain java |
相关URL: |
https://github.com/junrar/junrar |
大小: |
151.57KB |
|
Maven引入代码: |
<dependency>
<groupId>com.github.junrar</groupId>
<artifactId>junrar</artifactId>
<version>0.7</version>
</dependency>
|
Gradle引入代码: |
com.github.junrar:junrar:0.7
|
下载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>0.7</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>
<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.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
<version>1.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId>
<version>2.0</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-release-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</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>2.3.2</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
com.github.junrar.impl.FileVolumeManager.class
com.github.junrar.impl.FileVolume.class
com.github.junrar.rarfile.AVHeader.class
com.github.junrar.rarfile.ProtectHeader.class
com.github.junrar.rarfile.CommentHeader.class
com.github.junrar.rarfile.SubBlockHeaderType.class
com.github.junrar.rarfile.MarkHeader.class
com.github.junrar.rarfile.BlockHeader.class
com.github.junrar.rarfile.FileNameDecoder.class
com.github.junrar.rarfile.BaseBlock.class
com.github.junrar.rarfile.MainHeader.class
com.github.junrar.rarfile.UnrarHeadertype.class
com.github.junrar.rarfile.SignHeader.class
com.github.junrar.rarfile.EndArcHeader.class
com.github.junrar.rarfile.NewSubHeaderType.class
com.github.junrar.rarfile.UnixOwnersHeader.class
com.github.junrar.rarfile.FileHeader.class
com.github.junrar.rarfile.SubBlockHeader.class
com.github.junrar.rarfile.EAHeader.class
com.github.junrar.rarfile.MacInfoHeader.class
com.github.junrar.rarfile.HostSystem.class
com.github.junrar.vfs2.provider.rar.RARFileProvider.class
com.github.junrar.vfs2.provider.rar.VFSVolume.class
com.github.junrar.vfs2.provider.rar.RARFileSystem.class
com.github.junrar.vfs2.provider.rar.RARFileObject.class
com.github.junrar.vfs2.provider.rar.RandomAccessContentAccess.class
com.github.junrar.vfs2.provider.rar.VFSVolumeManager.class
com.github.junrar.crypt.Rijndael.class
com.github.junrar.Volume.class
com.github.junrar.unpack.vm.RarVM.class
com.github.junrar.unpack.vm.VMPreparedCommand.class
com.github.junrar.unpack.vm.VMStandardFilterSignature.class
com.github.junrar.unpack.vm.VMFlags.class
com.github.junrar.unpack.vm.BitInput.class
com.github.junrar.unpack.vm.VMCmdFlags.class
com.github.junrar.unpack.vm.VMCommands.class
com.github.junrar.unpack.vm.RarVM$1.class
com.github.junrar.unpack.vm.VMOpType.class
com.github.junrar.unpack.vm.VMStandardFilters.class
com.github.junrar.unpack.vm.VMPreparedProgram.class
com.github.junrar.unpack.vm.VMPreparedOperand.class
com.github.junrar.unpack.UnpackFilter.class
com.github.junrar.unpack.Unpack.class
com.github.junrar.unpack.ppm.AnalyzeHeapDump.class
com.github.junrar.unpack.ppm.Pointer.class
com.github.junrar.unpack.ppm.PPMContext.class
com.github.junrar.unpack.ppm.RangeCoder$SubRange.class
com.github.junrar.unpack.ppm.RarNode.class
com.github.junrar.unpack.ppm.RarMemBlock.class
com.github.junrar.unpack.ppm.StateRef.class
com.github.junrar.unpack.ppm.ModelPPM.class
com.github.junrar.unpack.ppm.FreqData.class
com.github.junrar.unpack.ppm.State.class
com.github.junrar.unpack.ppm.SubAllocator.class
com.github.junrar.unpack.ppm.SEE2Context.class
com.github.junrar.unpack.ppm.BlockTypes.class
com.github.junrar.unpack.ppm.RangeCoder.class
com.github.junrar.unpack.Unpack15.class
com.github.junrar.unpack.decode.RepDecode.class
com.github.junrar.unpack.decode.LowDistDecode.class
com.github.junrar.unpack.decode.LitDecode.class
com.github.junrar.unpack.decode.DistDecode.class
com.github.junrar.unpack.decode.AudioVariables.class
com.github.junrar.unpack.decode.BitDecode.class
com.github.junrar.unpack.decode.Compress.class
com.github.junrar.unpack.decode.Decode.class
com.github.junrar.unpack.decode.MultDecode.class
com.github.junrar.unpack.decode.CodeType.class
com.github.junrar.unpack.decode.FilterType.class
com.github.junrar.unpack.Unpack20.class
com.github.junrar.unpack.ComprDataIO.class
com.github.junrar.Archive.class
com.github.junrar.exception.RarException.class
com.github.junrar.exception.RarException$RarExceptionType.class
com.github.junrar.extract.ExtractArchive.class
com.github.junrar.UnrarCallback.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-4.10.jar
/junit/junit/4.10
查看junit所有版本文件
commons-logging-api-1.1.jar
/commons-logging/commons-logging-api/1.1
查看commons-logging-api所有版本文件
commons-vfs2-2.0.jar
/org.apache.commons/commons-vfs2/2.0
查看commons-vfs2所有版本文件
commons-io-1.3.2.jar
/org.apache.commons/commons-io/1.3.2
查看commons-io所有版本文件
|