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

Introduction

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

License

GNU LESSER GENERAL PUBLIC LICENSE

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/org.hibernate.common/hibernate-commons-annotations/pom.properties
META-INF/maven/org.hibernate.common/hibernate-commons-annotations/pom.xml
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.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.StringHelper.class
org.hibernate.annotations.common.util.impl.Log.class
org.hibernate.annotations.common.util.impl.LoggerFactory.class
org/hibernate/annotations/common/util/impl/Log.i18n.properties

Pom

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

<?xml version="1.0" encoding="UTF-8"?><!--
  ~ Hibernate, Relational Persistence for Idiomatic Java
  ~
  ~  Copyright (c) 2010-2011, Red Hat, Inc. and/or its affiliates or third-party contributors as
  ~  indicated by the @author tags or express copyright attribution
  ~  statements applied by the authors.  All third-party contributions are
  ~  distributed under license by Red Hat, Inc.
  ~
  ~  This copyrighted material is made available to anyone wishing to use, modify,
  ~  copy, or redistribute it subject to the terms and conditions of the GNU
  ~  Lesser General Public License, as published by the Free Software Foundation.
  ~
  ~  This program is distributed in the hope that it will be useful,
  ~  but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  ~  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
  ~  for more details.
  ~
  ~  You should have received a copy of the GNU Lesser General Public License
  ~  along with this distribution; if not, write to:
  ~  Free Software Foundation, Inc.
  ~  51 Franklin Street, Fifth Floor
  ~  Boston, MA  02110-1301  USA
  -->
<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/xsd/maven-4.0.0.xsd">

    <modelVersion>4.0.0</modelVersion>

    <groupId>org.hibernate.common</groupId>
    <artifactId>hibernate-commons-annotations</artifactId>
    <packaging>jar</packaging>
    <version>4.0.1.Final</version>

    <name>Hibernate Commons Annotations</name>
    <description>Common reflection code used in support of annotation processing</description>
    <url>http://hibernate.org</url>
    <inceptionYear>2005</inceptionYear>

    <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>
        </license>
    </licenses>

    <developers>
        <developer>
            <id>epbernard</id>
            <name>Emmanuel Bernard</name>
            <email>emmanuel@hibernate.org</email>
            <organization>JBoss, a division of Red Hat</organization>
            <url>http://in.relation.to/Bloggers/Emmanuel</url>
        </developer>
    </developers>

    <mailingLists>
        <mailingList>
            <name>Hibernate Announcements</name>
            <post>hibernate-announce@lists.jboss.org</post>
            <subscribe>https://lists.jboss.org/mailman/listinfo/hibernate-announce</subscribe>
            <unsubscribe>https://lists.jboss.org/mailman/listinfo/hibernate-announce</unsubscribe>
            <archive>http://lists.jboss.org/pipermail/hibernate-dev/</archive>
        </mailingList>
        <mailingList>
            <name>Hibernate Commit Notificatons</name>
            <post>hibernate-commits@lists.jboss.org</post>
            <subscribe>https://lists.jboss.org/mailman/listinfo/hibernate-commits</subscribe>
            <unsubscribe>https://lists.jboss.org/mailman/listinfo/hibernate-commits</unsubscribe>
            <archive>http://lists.jboss.org/pipermail/hibernate-commits/</archive>
        </mailingList>
        <mailingList>
            <name>Hibernate Developers</name>
            <post>hibernate-dev@lists.jboss.org</post>
            <subscribe>https://lists.jboss.org/mailman/listinfo/hibernate-dev</subscribe>
            <unsubscribe>https://lists.jboss.org/mailman/listinfo/hibernate-dev</unsubscribe>
            <archive>http://lists.jboss.org/pipermail/hibernate-dev/</archive>
            <otherArchives>
                <otherArchive>http://www.mail-archive.com/hibernate-dev%40lists.jboss.org/index.html</otherArchive>
            </otherArchives>
        </mailingList>
        <mailingList>
            <name>Hibernate Issue Notifications</name>
            <post>hibernate-issues@lists.jboss.org</post>
            <subscribe>https://lists.jboss.org/mailman/listinfo/hibernate-issues</subscribe>
            <unsubscribe>https://lists.jboss.org/mailman/listinfo/hibernate-issues</unsubscribe>
            <archive>http://lists.jboss.org/pipermail/hibernate-issues/</archive>
        </mailingList>
    </mailingLists>

    <issueManagement>
        <system>jira</system>
        <url>http://opensource.atlassian.com/projects/hibernate/browse/HCANN</url>
    </issueManagement>

    <scm>
        <connection>scm:git:git://github.com/hibernate/hibernate-commons-annotations.git</connection>
        <developerConnection>scm:git:git@github.com:hibernate/hibernate-commons-annotations.git</developerConnection>
        <url>http://github.com/hibernate/hibernate-commons-annotations</url>
    </scm>

    <properties>
        <jbossLoggingVersion>3.1.0.CR2</jbossLoggingVersion>
        <jbossLoggingProcessorVersion>1.0.0.CR5</jbossLoggingProcessorVersion>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.jboss.logging</groupId>
            <artifactId>jboss-logging</artifactId>
            <version>${jbossLoggingVersion}</version>
        </dependency>
        <!-- test-scoped dependencies for common testing dependencies -->
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>3.8.1</version>
            <scope>test</scope>
        </dependency>
        <!-- / test-scoped dependencies for common testing dependencies -->
    </dependencies>

    <distributionManagement>
        <repository>
            <id>jboss-releases-repository</id>
            <name>JBoss Releases Repository</name>
            <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
        </repository>
        <snapshotRepository>
            <id>jboss-snapshots-repository</id>
            <name>JBoss Snapshots Repository</name>
            <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
        </snapshotRepository>
    </distributionManagement>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <version>2.1.2</version>
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <phase>verify</phase>
                        <goals>
                            <goal>jar-no-fork</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <version>2.3.1</version>
                <configuration>
                    <archive>
                        <manifestEntries>
                            <Implementation-Title>${project.name}</Implementation-Title>
                            <Implementation-Version>${project.version}</Implementation-Version>
                            <Implementation-Vendor>hibernate.org</Implementation-Vendor>
                            <Implementation-Vendor-Id>hibernate.org</Implementation-Vendor-Id>
                            <Implementation-URL>http://hibernate.org</Implementation-URL>
                        </manifestEntries>
                        <manifest>
                            <mainClass>org.hibernate.annotations.common.Version</mainClass>
                        </manifest>

                    </archive>
                </configuration>
                <executions>
                    <execution>
                        <id>build-test-jar</id>
                        <goals>
                            <goal>test-jar</goal>
                        </goals>
                        <configuration>
                            <archive>
                                <manifest>
                                    <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
                                    <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
                                </manifest>
                            </archive>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.jboss.maven.plugins</groupId>
                <artifactId>maven-injection-plugin</artifactId>
                <version>1.0.2</version>
                <executions>
                    <execution>
                        <phase>compile</phase>
                        <goals>
                            <goal>bytecode</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <bytecodeInjections>
                        <bytecodeInjection>
                            <expression>${project.version}</expression>
                            <targetMembers>
                                <methodBodyReturn>
                                    <className>org.hibernate.annotations.common.Version</className>
                                    <methodName>getVersionString</methodName>
                                </methodBodyReturn>
                            </targetMembers>
                        </bytecodeInjection>
                    </bytecodeInjections>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <version>2.3.1</version>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.3.2</version>
                <configuration>
                    <source>1.6</source>
                    <target>1.6</target>
                    <encoding>UTF-8</encoding>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.bsc.maven</groupId>
                <artifactId>maven-processor-plugin</artifactId>
                <version>2.0.2</version>
                <executions>
                    <!-- Run annotation processors on src/main/java sources -->
                    <execution>
                        <id>process</id>
                        <goals>
                            <goal>process</goal>
                        </goals>
                        <phase>generate-sources</phase>
                        <configuration>
                            <compilerArguments>-AloggingVersion=3.0 -AtranslationFilesPath=${project.basedir}/src/main/resources/ -source 1.6 -target 1.6</compilerArguments>
                            <processors>
                                <processor>org.jboss.logging.generator.apt.LoggingToolsProcessor</processor>
                            </processors>
                        </configuration>
                    </execution>
                    <!-- Run annotation processors on src/test/java sources -->
                    <execution>
                        <id>process-test</id>
                        <goals>
                            <goal>process-test</goal>
                        </goals>
                        <phase>generate-test-sources</phase>
                        <configuration>
                            <compilerArguments>-AloggingVersion=3.0 -AtranslationFilesPath=${project.basedir}/src/main/resources/ -source 1.6 -target 1.6</compilerArguments>
                            <processors>
                                <processor>org.jboss.logging.generator.apt.LoggingToolsProcessor</processor>
                            </processors>
                        </configuration>
                    </execution>
                </executions>
                <dependencies>
                    <dependency>
                        <groupId>org.jboss.logging</groupId>
                        <artifactId>jboss-logging-processor</artifactId>
                        <version>${jbossLoggingProcessorVersion}</version>
                        <scope>compile</scope>
                    </dependency>
                </dependencies>
            </plugin>
        </plugins>
        <pluginManagement>
            <plugins>
                <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
                <plugin>
                    <groupId>org.eclipse.m2e</groupId>
                    <artifactId>lifecycle-mapping</artifactId>
                    <version>1.0.0</version>
                    <configuration>
                        <lifecycleMappingMetadata>
                            <pluginExecutions>
                                <pluginExecution>
                                    <pluginExecutionFilter>
                                        <groupId>
                                            org.jboss.maven.plugins
                                        </groupId>
                                        <artifactId>
                                            maven-injection-plugin
                                        </artifactId>
                                        <versionRange>
                                            [1.0.2,)
                                        </versionRange>
                                        <goals>
                                            <goal>bytecode</goal>
                                        </goals>
                                    </pluginExecutionFilter>
                                    <action>
                                        <ignore />
                                    </action>
                                </pluginExecution>
                            </pluginExecutions>
                        </lifecycleMappingMetadata>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>
</project>

POM Entry

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

Download

If you think the following hibernate-commons-annotations-4.0.1.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.1.final.jar file




PreviousNext

Related