组织ID: |
org.hibernate |
项目ID: |
hibernate-validator-annotation-processor |
版本: |
5.2.4.Final |
最后修改时间: |
2018-07-27 15:41:35 |
包类型: |
jar |
标题: |
Hibernate Validator Annotation Processor |
大小: |
63.07KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator-annotation-processor</artifactId>
<version>5.2.4.Final</version>
</dependency>
|
Gradle引入代码: |
org.hibernate:hibernate-validator-annotation-processor:5.2.4.Final
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Hibernate Validator, declare and validate application constraints
~
~ License: Apache License, Version 2.0
~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
-->
<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>
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>5.2.4.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hibernate-validator-annotation-processor</artifactId>
<name>Hibernate Validator Annotation Processor</name>
<dependencies>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<!-- Copy the dependencies into the output folder in order to reference them when
creating the test compilation tasks -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy</id>
<phase>generate-test-resources</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/test-dependencies</outputDirectory>
<stripVersion>true</stripVersion>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<proc>none</proc>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<links>
<link>http://java.sun.com/j2se/1.6.0/docs/api/</link>
<link>http://docs.jboss.org/hibernate/stable/beanvalidation/api/</link>
</links>
<packagesheader>Hibernate Validator Annotation Processor Packages</packagesheader>
<doctitle>Hibernate Validator Annotation Processor ${project.version}</doctitle>
<windowtitle>Hibernate Validator Annotation Processor ${project.version}</windowtitle>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.hibernate.validator.ap.ConstraintAnnotationVisitor.class
org.hibernate.validator.ap.util.AnnotationApiHelper$1.class
org.hibernate.validator.ap.util.CollectionHelper.class
org.hibernate.validator.ap.util.ConstraintHelper.class
org.hibernate.validator.ap.util.MessagerAdapter.class
org.hibernate.validator.ap.util.AnnotationApiHelper.class
org.hibernate.validator.ap.util.TypeNames$JodaTypes.class
org.hibernate.validator.ap.util.TypeNames$HibernateValidatorTypes.class
org.hibernate.validator.ap.util.Configuration.class
org.hibernate.validator.ap.util.ConstraintHelper$3.class
org.hibernate.validator.ap.util.ConstraintHelper$5.class
org.hibernate.validator.ap.util.ConstraintHelper$ConstraintCheckResult.class
org.hibernate.validator.ap.util.ConstraintHelper$4.class
org.hibernate.validator.ap.util.TypeNames.class
org.hibernate.validator.ap.util.ConstraintHelper$1.class
org.hibernate.validator.ap.util.ConstraintHelper$AnnotationType.class
org.hibernate.validator.ap.util.TypeNames$Java8DateTime.class
org.hibernate.validator.ap.util.TypeNames$BeanValidationTypes.class
org.hibernate.validator.ap.util.ConstraintHelper$6.class
org.hibernate.validator.ap.util.ConstraintHelper$2.class
org/hibernate/validator/ap/ValidationProcessorMessages.properties
org.hibernate.validator.ap.ConstraintValidationProcessor.class
org.hibernate.validator.ap.checks.SingleValuedChecks.class
org.hibernate.validator.ap.checks.GroupSequenceProviderCheck$2.class
org.hibernate.validator.ap.checks.TargetCheck.class
org.hibernate.validator.ap.checks.ConstraintCheckError.class
org.hibernate.validator.ap.checks.TypeCheck.class
org.hibernate.validator.ap.checks.GroupSequenceProviderCheck$1.class
org.hibernate.validator.ap.checks.ConstraintCheckFactory.class
org.hibernate.validator.ap.checks.ConstraintCheck.class
org.hibernate.validator.ap.checks.AnnotationTypeMemberCheck$1$1.class
org.hibernate.validator.ap.checks.RetentionPolicyCheck.class
org.hibernate.validator.ap.checks.AbstractConstraintCheck.class
org.hibernate.validator.ap.checks.ConstraintCheckFactory$1.class
org.hibernate.validator.ap.checks.AnnotationTypeMemberCheck$3.class
org.hibernate.validator.ap.checks.PrimitiveCheck.class
org.hibernate.validator.ap.checks.AnnotationTypeMemberCheck.class
org.hibernate.validator.ap.checks.MultiValuedChecks.class
org.hibernate.validator.ap.checks.AnnotationTypeMemberCheck$2.class
org.hibernate.validator.ap.checks.AnnotationTypeCheck.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
|