Download hibernate-commons-annotations-4.0.4.final.jar file

Introduction

You can download hibernate-commons-annotations-4.0.4.final.jar in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE

Type List

hibernate-commons-annotations-4.0.4.final.jar file has the following types.

META-INF/MANIFEST.MF
org.hibernate.annotations.common.AssertionFailure.class
org.hibernate.annotations.common.Version.class
org.hibernate.annotations.common.annotationfactory.AnnotationDescriptor.class
org.hibernate.annotations.common.annotationfactory.AnnotationFactory.class
org.hibernate.annotations.common.annotationfactory.AnnotationProxy.class
org.hibernate.annotations.common.reflection.AnnotationReader.class
org.hibernate.annotations.common.reflection.ClassLoaderDelegate.class
org.hibernate.annotations.common.reflection.ClassLoadingException.class
org.hibernate.annotations.common.reflection.Filter.class
org.hibernate.annotations.common.reflection.MetadataProvider.class
org.hibernate.annotations.common.reflection.MetadataProviderInjector.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.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.JavaMetadataProvider.class
org.hibernate.annotations.common.reflection.java.JavaReflectionManager.class
org.hibernate.annotations.common.reflection.java.JavaXAnnotatedElement.class
org.hibernate.annotations.common.reflection.java.JavaXArrayType.class
org.hibernate.annotations.common.reflection.java.JavaXClass.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.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.class
org.hibernate.annotations.common.reflection.java.generics.TypeEnvironment.class
org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory.class
org.hibernate.annotations.common.reflection.java.generics.TypeFactory.class
org.hibernate.annotations.common.reflection.java.generics.TypeSwitch.class
org.hibernate.annotations.common.reflection.java.generics.TypeUtils.class
org.hibernate.annotations.common.util.ReflectHelper.class
org.hibernate.annotations.common.util.StandardClassLoaderDelegateImpl.class
org.hibernate.annotations.common.util.StringHelper.class
org.hibernate.annotations.common.util.impl.Log.class
org.hibernate.annotations.common.util.impl.LoggerFactory.class

Pom

hibernate-commons-annotations-4.0.4.final.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.hibernate.common</groupId>
  <artifactId>hibernate-commons-annotations</artifactId>
  <version>4.0.4.Final</version>
  <dependencies>
    <dependency>
      <groupId>org.jboss.logging</groupId>
      <artifactId>jboss-logging</artifactId>
      <version>3.1.3.GA</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jboss.logging</groupId>
      <artifactId>jboss-logging-annotations</artifactId>
      <version>1.2.0.Beta1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <name>Hibernate Commons Annotations</name>
  <description>Common reflection code used in support of annotation processing</description>
  <url>http://hibernate.org</url>
  <organization>
    <name>Hibernate.org</name>
    <url>http://hibernate.org</url>
  </organization>
  <issueManagement>
    <system>jira</system>
    <url>https://hibernate.atlassian.net/browse/HCANN</url>
  </issueManagement>
  <scm>
    <url>http://github.com/hibernate/hibernate-commons-annotations</url>
    <connection>scm:git:http://github.com/hibernate/hibernate-commons-annotations.git</connection>
    <developerConnection>scm:git:git@github.com:hibernate/hibernate-commons-annotations.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>GNU Lesser General Public License</name>
      <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
      <comments>See discussion at http://hibernate.org/license for more details.</comments>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>hibernate-team</id>
      <name>The Hibernate Development Team</name>
      <organization>Hibernate.org</organization>
      <organizationUrl>http://hibernate.org</organizationUrl>
    </developer>
  </developers>
</project>

POM Entry

<dependency>
   <groupId>org.hibernate.common</groupId>
   <artifactId>hibernate-commons-annotations</artifactId>
   <version>4.0.4.final</version>
</dependency>

Download

If you think the following hibernate-commons-annotations-4.0.4.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download hibernate-commons-annotations-4.0.4.final.jar file




PreviousNext

Related