组织ID: |
org.hibernate |
项目ID: |
hibernate-testing |
版本: |
4.3.0.Beta1 |
最后修改时间: |
2019-02-23 21:33:25 |
包类型: |
jar |
标题: |
A Hibernate Core Module |
描述: |
A module of the Hibernate Core project |
相关URL: |
http://hibernate.org |
大小: |
106.58KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-testing</artifactId>
<version>4.3.0.Beta1</version>
</dependency>
|
Gradle引入代码: |
org.hibernate:hibernate-testing:4.3.0.Beta1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-testing</artifactId>
<version>4.3.0.Beta1</version>
<name>A Hibernate Core Module</name>
<description>A module of the Hibernate Core project</description>
<url>http://hibernate.org</url>
<organization>
<name>Hibernate.org</name>
<url>http://hibernate.org</url>
</organization>
<licenses>
<license>
<name>GNU Lesser General Public License</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
<distribution>repo</distribution>
<comments>See discussion at http://hibernate.org/license for more details.</comments>
</license>
</licenses>
<developers>
<developer>
<id>hibernate-team</id>
<name>The Hibernate Development Team</name>
<organization>org.apache.maven.model.Organization@201a137f</organization>
<organizationUrl>http://hibernate.org</organizationUrl>
</developer>
</developers>
<issueManagement>
<system>jira</system>
<url>http://opensource.atlassian.com/projects/hibernate/browse/HHH</url>
</issueManagement>
<scm>
<connection>scm:git:http://github.com/hibernate/hibernate-core.git</connection>
<developerConnection>scm:git:git@github.com:hibernate/hibernate-core.git</developerConnection>
<url>http://github.com/hibernate/hibernate-core</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.1.0.GA</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
<version>99.0-does-not-exist</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.3.0.Beta1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.6.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-install</artifactId>
<version>2.1.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman</artifactId>
<version>2.1.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-bmunit</artifactId>
<version>2.1.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.experlog</groupId>
<artifactId>xapool</artifactId>
<version>1.5.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.jbossts</groupId>
<artifactId>jbossjta</artifactId>
<version>4.16.4.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.15.0-GA</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>99.0-does-not-exist</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.2.145</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.hibernate.testing.DialectChecks$HasSelfReferentialForeignKeyBugCheck.class
org.hibernate.testing.DialectChecks$SupportsUnboundedLobLocatorMaterializationCheck.class
org.hibernate.testing.SkipLog.class
org.hibernate.testing.Skip$AlwaysSkip.class
org.hibernate.testing.DialectChecks$SupportsColumnCheck.class
org.hibernate.testing.DialectChecks$SupportSubqueryAsLeftHandSideInPredicate.class
org.hibernate.testing.DialectChecks$SupportsSequences.class
org.hibernate.testing.DialectChecks$SupportsParametersInInsertSelectCheck.class
org.hibernate.testing.DialectChecks$DoesRepeatableReadCauseReadersToBlockWritersCheck.class
org.hibernate.testing.DialectChecks$SupportsResultSetPositioningOnForwardOnlyCursorCheck.class
org.hibernate.testing.BeforeClassOnce.class
org.hibernate.testing.DialectChecks$SupportsEmptyInListCheck.class
org.hibernate.testing.DialectChecks$SupportsExistsInSelectCheck.class
org.hibernate.testing.DialectChecks$SupportsExpectedLobUsagePattern.class
org.hibernate.testing.DialectChecks$SupportsLobValueChangePropogation.class
org.hibernate.testing.TestForIssue.class
org.hibernate.testing.DialectChecks.class
org.hibernate.testing.DialectChecks$SupportLimitCheck.class
org.hibernate.testing.DialectCheck.class
org.hibernate.testing.DialectChecks$SupportsIdentityColumns.class
org.hibernate.testing.FailureExpected.class
org.hibernate.testing.DialectChecks$DoesReadCommittedCauseWritersToBlockReadersCheck.class
org.hibernate.testing.RequiresDialectFeature.class
org.hibernate.testing.ServiceRegistryBuilder.class
org.hibernate.testing.DialectChecks$DoesRepeatableReadNotCauseReadersToBlockWritersCheck.class
org.hibernate.testing.DialectChecks$SupportsCircularCascadeDeleteCheck.class
org.hibernate.testing.Skip$Matcher.class
org.hibernate.testing.DialectChecks$SupportsRowValueConstructorSyntaxInInListCheck.class
org.hibernate.testing.SkipForDialects.class
org.hibernate.testing.RequiresDialect.class
org.hibernate.testing.DialectChecks$CaseSensitiveCheck.class
org.hibernate.testing.Skip.class
org.hibernate.testing.DialectChecks$SupportsLockTimeouts.class
org.hibernate.testing.SkipForDialect.class
org.hibernate.testing.DialectChecks$DoesReadCommittedNotCauseWritersToBlockReadersCheck.class
org.hibernate.testing.RequiresDialects.class
org.hibernate.testing.OnExpectedFailure.class
org.hibernate.testing.AfterClassOnce.class
org.hibernate.testing.OnFailure.class
org.hibernate.testing.DialectChecks$SupportLimitAndOffsetCheck.class
org.hibernate.testing.env.ConnectionProviderBuilder.class
org.hibernate.testing.env.ConnectionProviderBuilder$1.class
org.hibernate.testing.jta.TestingJtaPlatformImpl$1.class
org.hibernate.testing.jta.TestingJtaPlatformImpl.class
org.hibernate.testing.jta.TestingJtaBootstrap.class
org.hibernate.testing.jta.JtaAwareConnectionProviderImpl$XAResourceWrapper.class
org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.class
org.hibernate.testing.cache.ReadWriteNaturalIdRegionAccessStrategy.class
org.hibernate.testing.cache.TransactionalEntityRegionAccessStrategy.class
org.hibernate.testing.cache.ReadOnlyNaturalIdRegionAccessStrategy.class
org.hibernate.testing.cache.Timestamper.class
org.hibernate.testing.cache.CachingRegionFactory$QueryResultsRegionImpl.class
org.hibernate.testing.cache.AbstractReadWriteAccessStrategy$Lock.class
org.hibernate.testing.cache.TransactionalNaturalIdRegionAccessStrategy.class
org.hibernate.testing.cache.TransactionalCollectionRegionAccessStrategy.class
org.hibernate.testing.cache.CachingRegionFactory$TimestampsRegionImpl.class
org.hibernate.testing.cache.AbstractReadWriteAccessStrategy$Lockable.class
org.hibernate.testing.cache.ReadWriteEntityRegionAccessStrategy.class
org.hibernate.testing.cache.ReadOnlyCollectionRegionAccessStrategy.class
org.hibernate.testing.cache.BaseEntityRegionAccessStrategy.class
org.hibernate.testing.cache.NonstrictReadWriteCollectionRegionAccessStrategy.class
org.hibernate.testing.cache.BaseRegion.class
org.hibernate.testing.cache.BaseNaturalIdRegionAccessStrategy.class
org.hibernate.testing.cache.ReadWriteCollectionRegionAccessStrategy.class
org.hibernate.testing.cache.NonstrictReadWriteEntityRegionAccessStrategy.class
org.hibernate.testing.cache.CollectionRegionImpl.class
org.hibernate.testing.cache.ReadOnlyEntityRegionAccessStrategy.class
org.hibernate.testing.cache.NaturalIdRegionImpl.class
org.hibernate.testing.cache.BaseCollectionRegionAccessStrategy.class
org.hibernate.testing.cache.AbstractReadWriteAccessStrategy.class
org.hibernate.testing.cache.EntityRegionImpl.class
org.hibernate.testing.cache.CachingRegionFactory.class
org.hibernate.testing.cache.NaturalIdRegionImpl$1.class
org.hibernate.testing.cache.BaseGeneralDataRegion.class
org.hibernate.testing.cache.AbstractReadWriteAccessStrategy$Item.class
org.hibernate.testing.cache.BaseTransactionalDataRegion.class
org.hibernate.testing.cache.NonstrictReadWriteNaturalIdRegionAccessStrategy.class
org.hibernate.testing.cache.EntityRegionImpl$1.class
org.hibernate.testing.cache.BaseRegionAccessStrategy.class
org.hibernate.testing.cache.CollectionRegionImpl$1.class
org.hibernate.testing.junit4.InvalidMethodForAnnotationException.class
org.hibernate.testing.junit4.BaseUnitTestCase.class
org.hibernate.testing.junit4.CustomRunner$1.class
org.hibernate.testing.junit4.TestClassMetadata$CallbackType.class
org.hibernate.testing.junit4.ClassLoadingIsolater$IsolatedClassLoaderProvider.class
org.hibernate.testing.junit4.CustomRunner$MatcherInstantiationException.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
jboss-logging-3.1.0.GA.jar
/org.jboss.logging/jboss-logging/3.1.0.GA
查看jboss-logging所有版本文件
commons-logging-api-99.0-does-not-exist.jar
/commons-logging/commons-logging-api/99.0-does-not-exist
查看commons-logging-api所有版本文件
slf4j-log4j12-1.6.1.jar
/org.slf4j/slf4j-log4j12/1.6.1
查看slf4j-log4j12所有版本文件
hibernate-core-4.3.0.Beta1.jar
/org.hibernate/hibernate-core/4.3.0.Beta1
查看hibernate-core所有版本文件
jcl-over-slf4j-1.6.1.jar
/org.slf4j/jcl-over-slf4j/1.6.1
查看jcl-over-slf4j所有版本文件
byteman-install-2.1.2.jar
/org.jboss.byteman/byteman-install/2.1.2
查看byteman-install所有版本文件
byteman-2.1.2.jar
/org.jboss.byteman/byteman/2.1.2
查看byteman所有版本文件
byteman-bmunit-2.1.2.jar
/org.jboss.byteman/byteman-bmunit/2.1.2
查看byteman-bmunit所有版本文件
slf4j-api-1.6.1.jar
/org.slf4j/slf4j-api/1.6.1
查看slf4j-api所有版本文件
xapool-1.5.0.jar
/com.experlog/xapool/1.5.0
查看xapool所有版本文件
jbossjta-4.16.4.Final.jar
/org.jboss.jbossts/jbossjta/4.16.4.Final
查看jbossjta所有版本文件
javassist-3.15.0-GA.jar
/org.javassist/javassist/3.15.0-GA
查看javassist所有版本文件
commons-logging-99.0-does-not-exist.jar
/commons-logging/commons-logging/99.0-does-not-exist
查看commons-logging所有版本文件
junit-4.10.jar
/junit/junit/4.10
查看junit所有版本文件
h2-1.2.145.jar
/com.h2database/h2/1.2.145
查看h2所有版本文件
|