组织ID: |
com.healthmarketscience.jackcess |
项目ID: |
jackcess-encrypt |
版本: |
1.0.2 |
最后修改时间: |
2019-10-23 00:09:51 |
包类型: |
jar |
标题: |
Jackcess Encrypt |
描述: |
An add-on to the Jackcess library for handling encryption in MS Access files. |
大小: |
12.33KB |
|
Maven引入代码: |
<dependency>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess-encrypt</artifactId>
<version>1.0.2</version>
</dependency>
|
Gradle引入代码: |
com.healthmarketscience.jackcess:jackcess-encrypt:1.0.2
|
下载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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.healthmarketscience</groupId>
<artifactId>openhms-parent</artifactId>
<version>1.0.9</version>
</parent>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess-encrypt</artifactId>
<name>Jackcess Encrypt</name>
<description>An add-on to the Jackcess library for handling encryption in MS Access files.</description>
<version>1.0.2</version>
<url>http://jackcessencrypt.sf.net</url>
<inceptionYear>2010</inceptionYear>
<developers>
<developer>
<name>James Ahlborn</name>
<id>jahlborn</id>
<email>jahlborn@users.sf.net</email>
<organization>Boomi, Inc.</organization>
<timezone>-5</timezone>
</developer>
</developers>
<issueManagement>
<system>SourceForge</system>
<url>https://sourceforge.net/tracker/?group_id=356653&atid=1489281</url>
</issueManagement>
<scm>
<connection>scm:svn:http://jackcessencrypt.svn.sourceforge.net/svnroot/jackcessencrypt/tags/jackcess-encrypt-1.0.2</connection>
<!-- read/write svn connection -->
<developerConnection>scm:svn:https://jackcessencrypt.svn.sourceforge.net/svnroot/jackcessencrypt/tags/jackcess-encrypt-1.0.2</developerConnection>
<url>http://jackcessencrypt.svn.sourceforge.net/viewvc/jackcessencrypt/tags/jackcess-encrypt-1.0.2</url>
</scm>
<build>
<defaultGoal>install</defaultGoal>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>once</forkMode>
<argLine>-Xmx256M -server</argLine>
<systemProperties>
<property>
<name>log4j.configuration</name>
<value>log4j_test.properties</value>
</property>
<property>
<name>com.healthmarketscience.jackcess.bigIndex</name>
<value>${jackcess.bigIndex}</value>
</property>
<property>
<name>com.healthmarketscience.jackcess.testFormats</name>
<value>${jackcess.testFormats}</value>
</property>
</systemProperties>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<configuration>
<instrumentation>
<excludes>
<exclude>com/healthmarketscience/jackcess/scsu/**</exclude>
</excludes>
</instrumentation>
</configuration>
<executions>
<execution>
<id>clean</id>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<configuration>
<smtpHost>localhost</smtpHost>
<toAddresses>
<toAddress>jackcess-users@lists.sourceforge.net</toAddress>
</toAddresses>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
<version>1.45</version>
</dependency>
<dependency>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
<version>1.2.2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<artifactId>maven-changes-plugin</artifactId>
<configuration>
<issueLinkTemplate>%URL%/index.php?func=detail&aid=%ISSUE%&group_id=356653&atid=1489281</issueLinkTemplate>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<minmemory>128m</minmemory>
<maxmemory>512</maxmemory>
<links>
<list>http://java.sun.com/j2se/1.5.0/docs/api</list>
<list>http://java.sun.com/javaee/5/docs/api/</list>
<list>http://jackcess.sourceforge.net/apidocs/</list>
<list>http://www.bouncycastle.org/docs/docs1.5/</list>
</links>
<source>1.5</source>
<show>public</show>
<quiet>true</quiet>
</configuration>
</plugin>
</plugins>
</reporting>
<distributionManagement>
<site>
<id>jackcessencrypt-build-site</id>
<url>scp://shell.sourceforge.net/home/project-web/jackcessencrypt/htdocs</url>
</site>
</distributionManagement>
<properties>
<jackcess.bigIndex>true</jackcess.bigIndex>
<jackcess.testFormats>V1997,V2000,V2003,V2007</jackcess.testFormats>
</properties>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.healthmarketscience.jackcess.MSISAMCryptCodecHandler.class
com.healthmarketscience.jackcess.CryptCodecProvider$1.class
com.healthmarketscience.jackcess.JetCryptCodecHandler.class
com.healthmarketscience.jackcess.MSISAMCryptCodecHandler$1.class
com.healthmarketscience.jackcess.BaseCryptCodecHandler.class
com.healthmarketscience.jackcess.CryptCodecProvider.class
META-INF/maven/com.healthmarketscience.jackcess/jackcess-encrypt/pom.xml
META-INF/maven/com.healthmarketscience.jackcess/jackcess-encrypt/pom.properties
|
依赖Jar: |
jackcess-1.2.2.jar
/com.healthmarketscience.jackcess/jackcess/1.2.2
查看jackcess所有版本文件
bcprov-jdk15-1.45.jar
/org.bouncycastle/bcprov-jdk15/1.45
查看bcprov-jdk15所有版本文件
jackcess-1.2.2.jar
/com.healthmarketscience.jackcess/jackcess/1.2.2
查看jackcess所有版本文件
junit-4.0.jar
/junit/junit/4.0
查看junit所有版本文件
|