Download resteasy-hibernatevalidator-provider-3.0.8.final.jar file

Introduction

You can download resteasy-hibernatevalidator-provider-3.0.8.final.jar in this page.

License

JBoss Open Source

Type List

resteasy-hibernatevalidator-provider-3.0.8.final.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jboss.resteasy/resteasy-hibernatevalidator-provider/pom.properties
META-INF/maven/org.jboss.resteasy/resteasy-hibernatevalidator-provider/pom.xml
META-INF/services/javax.ws.rs.ext.Providers
org.jboss.resteasy.api.validation.ResteasyViolationException.class
org.jboss.resteasy.api.validation.ResteasyViolationExceptionMapper.class
org.jboss.resteasy.api.validation.ViolationReport.class
org.jboss.resteasy.plugins.validation.hibernate.AbstractValidatorContextResolver.class
org.jboss.resteasy.plugins.validation.hibernate.ConstraintTypeUtil10.class
org.jboss.resteasy.plugins.validation.hibernate.DoNotValidateRequest.class
org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl.class
org.jboss.resteasy.plugins.validation.hibernate.ValidateRequest.class
org.jboss.resteasy.plugins.validation.hibernate.ValidatorContextResolver.class
org.jboss.resteasy.plugins.validation.hibernate.ValidatorContextResolverCDI.class

Pom

resteasy-hibernatevalidator-provider-3.0.8.final.pom file content.

<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>
	<parent>
        <groupId>org.jboss.resteasy</groupId>
        <artifactId>resteasy-jaxrs-all</artifactId>
        <version>3.0.8.Final</version>
	    <relativePath>../../pom.xml</relativePath>
    </parent>
  <groupId>org.jboss.resteasy</groupId>
  <artifactId>resteasy-hibernatevalidator-provider</artifactId>
  <packaging>jar</packaging>
  <name>Resteasy Hibernate Validator Provider</name>
  <url>http://maven.apache.org</url>

  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>

  <dependencies>
        <dependency>
            <groupId>org.jboss.resteasy</groupId>
            <artifactId>resteasy-jaxrs</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.jboss.resteasy</groupId>
            <artifactId>resteasy-cdi</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>
                
        <dependency>
            <groupId>org.jboss.resteasy</groupId>
            <artifactId>resteasy-jaxb-provider</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.jboss.resteasy</groupId>
            <artifactId>resteasy-jackson2-provider</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>
        
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-validator</artifactId>
            <version>4.3.1.Final</version>
        </dependency>

        <dependency>
            <groupId>org.jboss.weld.se</groupId>
            <artifactId>weld-se</artifactId>
            <version>2.1.0.Final</version>
        </dependency>
        
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-simple</artifactId>
            <scope>test</scope>
        </dependency>
        
        <dependency>
            <groupId>org.jboss.spec.javax.servlet</groupId>
            <artifactId>jboss-servlet-api_3.1_spec</artifactId>
        </dependency>

        <dependency>
            <groupId>org.jboss.spec.javax.ejb</groupId>
            <artifactId>jboss-ejb-api_3.1_spec</artifactId>
            <version>1.0.1.Final</version>
            <scope>provided</scope>
        </dependency>
    
        <dependency>
            <groupId>javax.enterprise</groupId>
            <artifactId>cdi-api</artifactId>
            <version>1.0-SP4</version>
            <scope>provided</scope>
        </dependency>
    
        <dependency>
            <groupId>org.jboss.resteasy</groupId>
            <artifactId>tjws</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>
        
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.jboss.resteasy</groupId>
   <artifactId>resteasy-hibernatevalidator-provider</artifactId>
   <version>3.0.8.final</version>
</dependency>

Download

If you think the following resteasy-hibernatevalidator-provider-3.0.8.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download resteasy-hibernatevalidator-provider-3.0.8.final.jar file




PreviousNext

Related