组织ID: |
org.hibernate |
项目ID: |
hibernate-commons-annotations |
版本: |
3.0.0.ga |
最后修改时间: |
2018-07-26 09:22:18 |
包类型: |
jar |
标题: |
Hibernate Commons Annotations |
描述: |
Hibernate Commons Annotations is a utility project used by annotations based Hibernate sub-projects. |
大小: |
64.87KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<version>3.0.0.ga</version>
</dependency>
|
Gradle引入代码: |
org.hibernate:hibernate-commons-annotations:3.0.0.ga
|
下载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>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<packaging>jar</packaging>
<name>Hibernate Commons Annotations</name>
<version>3.0.0.ga</version>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
<url>http://www.gnu.org/licenses/lgpl.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<description>Hibernate Commons Annotations is a utility project used by annotations based Hibernate sub-projects.</description>
<scm>
<url>scm:svn:http://anonsvn.jboss.org/repos/hibernate/commons-annotations</url>
</scm>
<!-- From lib/README.txt
Hibernate Commons Annotations dependencies
==========================================
Core
====
commons-logging.jar (see Hibernate Core version): required
log4j.jar (see Hibernate Core version): optional
Test
====
ejb3-persistence.jar (final release version): required
-->
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.15</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.hibernate.annotations.common.AssertionFailure.class
org.hibernate.annotations.common.annotationfactory.AnnotationDescriptor.class
org.hibernate.annotations.common.annotationfactory.AnnotationFactory.class
org.hibernate.annotations.common.annotationfactory.AnnotationProxy$1.class
org.hibernate.annotations.common.annotationfactory.AnnotationProxy.class
org.hibernate.annotations.common.reflection.AnnotationReader.class
org.hibernate.annotations.common.reflection.Filter.class
org.hibernate.annotations.common.reflection.ReflectionManager.class
org.hibernate.annotations.common.reflection.ReflectionUtil.class
org.hibernate.annotations.common.reflection.XAnnotatedElement.class
org.hibernate.annotations.common.reflection.XClass$1.class
org.hibernate.annotations.common.reflection.XClass.class
org.hibernate.annotations.common.reflection.XMember.class
org.hibernate.annotations.common.reflection.XMethod.class
org.hibernate.annotations.common.reflection.XPackage.class
org.hibernate.annotations.common.reflection.XProperty.class
org.hibernate.annotations.common.reflection.java.JavaAnnotationReader.class
org.hibernate.annotations.common.reflection.java.JavaReflectionManager$1.class
org.hibernate.annotations.common.reflection.java.JavaReflectionManager$2.class
org.hibernate.annotations.common.reflection.java.JavaReflectionManager$MemberKey.class
org.hibernate.annotations.common.reflection.java.JavaReflectionManager$TypeKey.class
org.hibernate.annotations.common.reflection.java.JavaReflectionManager.class
org.hibernate.annotations.common.reflection.java.JavaXAnnotatedElement.class
org.hibernate.annotations.common.reflection.java.JavaXArrayType$1.class
org.hibernate.annotations.common.reflection.java.JavaXArrayType.class
org.hibernate.annotations.common.reflection.java.JavaXClass.class
org.hibernate.annotations.common.reflection.java.JavaXCollectionType$1.class
org.hibernate.annotations.common.reflection.java.JavaXCollectionType$2.class
org.hibernate.annotations.common.reflection.java.JavaXCollectionType.class
org.hibernate.annotations.common.reflection.java.JavaXMember.class
org.hibernate.annotations.common.reflection.java.JavaXMethod.class
org.hibernate.annotations.common.reflection.java.JavaXPackage.class
org.hibernate.annotations.common.reflection.java.JavaXProperty.class
org.hibernate.annotations.common.reflection.java.JavaXSimpleType.class
org.hibernate.annotations.common.reflection.java.JavaXType.class
org.hibernate.annotations.common.reflection.java.Pair.class
org.hibernate.annotations.common.reflection.java.generics.ApproximatingTypeEnvironment$1.class
org.hibernate.annotations.common.reflection.java.generics.ApproximatingTypeEnvironment$2.class
org.hibernate.annotations.common.reflection.java.generics.ApproximatingTypeEnvironment.class
org.hibernate.annotations.common.reflection.java.generics.CompoundTypeEnvironment.class
org.hibernate.annotations.common.reflection.java.generics.IdentityTypeEnvironment.class
org.hibernate.annotations.common.reflection.java.generics.SimpleTypeEnvironment$1.class
org.hibernate.annotations.common.reflection.java.generics.SimpleTypeEnvironment.class
org.hibernate.annotations.common.reflection.java.generics.TypeEnvironment.class
org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory$1.class
org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
commons-logging-1.0.4.jar
/commons-logging/commons-logging/1.0.4
查看commons-logging所有版本文件
log4j-1.2.15.jar
/log4j/log4j/1.2.15
查看log4j所有版本文件
|