Search

Download hibernate-validator-4.3.1.final-1.0.0.jar : hibernate validator « h « Jar File Download






Download hibernate-validator-4.3.1.final-1.0.0.jar

hibernate-validator/hibernate-validator-4.3.1.final-1.0.0.jar.zip( 641 k)

The download jar file contains the following class files or Java source files.

META-INF/DEPENDENCIES
META-INF/INDEX.LIST
META-INF/LICENSE
META-INF/LICENSE.txt
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/instructions.bnd
META-INF/maven/org.hibernate/hibernate-validator/pom.properties
META-INF/maven/org.hibernate/hibernate-validator/pom.xml
META-INF/maven/org.jboss.logging/jboss-logging/pom.properties
META-INF/maven/org.jboss.logging/jboss-logging/pom.xml
META-INF/maven/org.jboss.logmanager/jboss-logmanager/pom.properties
META-INF/maven/org.jboss.logmanager/jboss-logmanager/pom.xml
META-INF/maven/org.ow2.util.bundles/hibernate-validator-4.3.1.Final/pom.properties
META-INF/maven/org.ow2.util.bundles/hibernate-validator-4.3.1.Final/pom.xml
META-INF/services/java.util.logging.LogManager
META-INF/services/javax.validation.spi.ValidationProvider
META-INF/validation-configuration-1.0.xsd
META-INF/validation-mapping-1.0.xsd
org.hibernate.validator.HibernateValidator.class
org.hibernate.validator.HibernateValidatorConfiguration.class
org.hibernate.validator.HibernateValidatorContext.class
org.hibernate.validator.HibernateValidatorFactory.class
org.hibernate.validator.cfg.ConstraintDef.class
org.hibernate.validator.cfg.ConstraintMapping.class
org.hibernate.validator.cfg.GenericConstraintDef.class
org.hibernate.validator.cfg.context.AnnotationProcessingOptions.class
org.hibernate.validator.cfg.context.Cascadable.class
org.hibernate.validator.cfg.context.Constrainable.class
org.hibernate.validator.cfg.context.MethodConstraintMappingContext.class
org.hibernate.validator.cfg.context.MethodTarget.class
org.hibernate.validator.cfg.context.ParameterConstraintMappingContext.class
org.hibernate.validator.cfg.context.ParameterTarget.class
org.hibernate.validator.cfg.context.PropertyConstraintMappingContext.class
org.hibernate.validator.cfg.context.PropertyTarget.class
org.hibernate.validator.cfg.context.ReturnValueConstraintMappingContext.class
org.hibernate.validator.cfg.context.ReturnValueTarget.class
org.hibernate.validator.cfg.context.TypeConstraintMappingContext.class
org.hibernate.validator.cfg.context.TypeTarget.class
org.hibernate.validator.cfg.defs.AssertFalseDef.class
org.hibernate.validator.cfg.defs.AssertTrueDef.class
org.hibernate.validator.cfg.defs.CreditCardNumberDef.class
org.hibernate.validator.cfg.defs.DecimalMaxDef.class
org.hibernate.validator.cfg.defs.DecimalMinDef.class
org.hibernate.validator.cfg.defs.DigitsDef.class
org.hibernate.validator.cfg.defs.EmailDef.class
org.hibernate.validator.cfg.defs.FutureDef.class
org.hibernate.validator.cfg.defs.LengthDef.class
org.hibernate.validator.cfg.defs.MaxDef.class
org.hibernate.validator.cfg.defs.MinDef.class
org.hibernate.validator.cfg.defs.NotBlankDef.class
org.hibernate.validator.cfg.defs.NotEmptyDef.class
org.hibernate.validator.cfg.defs.NotNullDef.class
org.hibernate.validator.cfg.defs.NullDef.class
org.hibernate.validator.cfg.defs.PastDef.class
org.hibernate.validator.cfg.defs.PatternDef.class
org.hibernate.validator.cfg.defs.RangeDef.class
org.hibernate.validator.cfg.defs.ScriptAssertDef.class
org.hibernate.validator.cfg.defs.SizeDef.class
org.hibernate.validator.cfg.defs.URLDef.class
org.hibernate.validator.constraints.CompositionType.class
org.hibernate.validator.constraints.ConstraintComposition.class
org.hibernate.validator.constraints.CreditCardNumber.class
org.hibernate.validator.constraints.Email.class
org.hibernate.validator.constraints.Length.class
org.hibernate.validator.constraints.ModCheck.class
org.hibernate.validator.constraints.NotBlank.class
org.hibernate.validator.constraints.NotEmpty.class
org.hibernate.validator.constraints.Range.class
org.hibernate.validator.constraints.SafeHtml.class
org.hibernate.validator.constraints.ScriptAssert.class
org.hibernate.validator.constraints.URL.class
org.hibernate.validator.constraints.br.CNPJ.class
org.hibernate.validator.constraints.br.CPF.class
org.hibernate.validator.constraints.br.TituloEleitoral.class
org.hibernate.validator.group.DefaultGroupSequenceProvider.class
org.hibernate.validator.group.GroupSequenceProvider.class
org.hibernate.validator.internal.cfg.context.ConfiguredConstraint.class
org.hibernate.validator.internal.cfg.context.ConstraintMappingContext.class
org.hibernate.validator.internal.cfg.context.ConstraintMappingContextImplBase.class
org.hibernate.validator.internal.cfg.context.MethodConstraintMappingContextImpl.class
org.hibernate.validator.internal.cfg.context.ParameterConstraintMappingContextImpl.class
org.hibernate.validator.internal.cfg.context.PropertyConstraintMappingContextImpl.class
org.hibernate.validator.internal.cfg.context.ReturnValueConstraintMappingContextImpl.class
org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl.class
org.hibernate.validator.internal.constraintvalidators.AssertFalseValidator.class
org.hibernate.validator.internal.constraintvalidators.AssertTrueValidator.class
org.hibernate.validator.internal.constraintvalidators.DecimalMaxValidatorForCharSequence.class
org.hibernate.validator.internal.constraintvalidators.DecimalMaxValidatorForNumber.class
org.hibernate.validator.internal.constraintvalidators.DecimalMinValidatorForCharSequence.class
org.hibernate.validator.internal.constraintvalidators.DecimalMinValidatorForNumber.class
org.hibernate.validator.internal.constraintvalidators.DigitsValidatorForCharSequence.class
org.hibernate.validator.internal.constraintvalidators.DigitsValidatorForNumber.class
org.hibernate.validator.internal.constraintvalidators.EmailValidator.class
org.hibernate.validator.internal.constraintvalidators.FutureValidatorForCalendar.class
org.hibernate.validator.internal.constraintvalidators.FutureValidatorForDate.class
org.hibernate.validator.internal.constraintvalidators.FutureValidatorForReadableInstant.class
org.hibernate.validator.internal.constraintvalidators.FutureValidatorForReadablePartial.class
org.hibernate.validator.internal.constraintvalidators.LengthValidator.class
org.hibernate.validator.internal.constraintvalidators.MaxValidatorForCharSequence.class
org.hibernate.validator.internal.constraintvalidators.MaxValidatorForNumber.class
org.hibernate.validator.internal.constraintvalidators.MinValidatorForCharSequence.class
org.hibernate.validator.internal.constraintvalidators.MinValidatorForNumber.class
org.hibernate.validator.internal.constraintvalidators.ModCheckValidator.class
org.hibernate.validator.internal.constraintvalidators.NotBlankValidator.class
org.hibernate.validator.internal.constraintvalidators.NotNullValidator.class
org.hibernate.validator.internal.constraintvalidators.NullValidator.class
org.hibernate.validator.internal.constraintvalidators.PastValidatorForCalendar.class
org.hibernate.validator.internal.constraintvalidators.PastValidatorForDate.class
org.hibernate.validator.internal.constraintvalidators.PastValidatorForReadableInstant.class
org.hibernate.validator.internal.constraintvalidators.PastValidatorForReadablePartial.class
org.hibernate.validator.internal.constraintvalidators.PatternValidator.class
org.hibernate.validator.internal.constraintvalidators.SafeHtmlValidator.class
org.hibernate.validator.internal.constraintvalidators.ScriptAssertValidator.class
org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArray.class
org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfBoolean.class
org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfByte.class
org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfChar.class
org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfDouble.class
org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfFloat.class
org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfInt.class
org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfLong.class
org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfPrimitives.class
org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfShort.class
org.hibernate.validator.internal.constraintvalidators.SizeValidatorForCharSequence.class
org.hibernate.validator.internal.constraintvalidators.SizeValidatorForCollection.class
org.hibernate.validator.internal.constraintvalidators.SizeValidatorForMap.class
org.hibernate.validator.internal.constraintvalidators.URLValidator.class
org.hibernate.validator.internal.engine.ConfigurationImpl.class
org.hibernate.validator.internal.engine.ConstraintTree.class
org.hibernate.validator.internal.engine.ConstraintValidatorContextImpl.class
org.hibernate.validator.internal.engine.ConstraintValidatorFactoryImpl.class
org.hibernate.validator.internal.engine.ConstraintViolationImpl.class
org.hibernate.validator.internal.engine.MessageAndPath.class
org.hibernate.validator.internal.engine.MessageInterpolatorContext.class
org.hibernate.validator.internal.engine.MethodConstraintViolationImpl.class
org.hibernate.validator.internal.engine.MethodParameterNodeImpl.class
org.hibernate.validator.internal.engine.MethodReturnValueNodeImpl.class
org.hibernate.validator.internal.engine.MethodValidationContext.class
org.hibernate.validator.internal.engine.NodeImpl.class
org.hibernate.validator.internal.engine.PathImpl.class
org.hibernate.validator.internal.engine.StandardValidationContext.class
org.hibernate.validator.internal.engine.ValidationContext.class
org.hibernate.validator.internal.engine.ValidatorContextImpl.class
org.hibernate.validator.internal.engine.ValidatorFactoryImpl.class
org.hibernate.validator.internal.engine.ValidatorImpl.class
org.hibernate.validator.internal.engine.ValueContext.class
org.hibernate.validator.internal.engine.groups.DefaultGroupSequenceProviderAdapter.class
org.hibernate.validator.internal.engine.groups.DefaultValidationOrder.class
org.hibernate.validator.internal.engine.groups.Group.class
org.hibernate.validator.internal.engine.groups.Sequence.class
org.hibernate.validator.internal.engine.groups.ValidationOrder.class
org.hibernate.validator.internal.engine.groups.ValidationOrderGenerator.class
org.hibernate.validator.internal.engine.resolver.DefaultTraversableResolver.class
org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.class
org.hibernate.validator.internal.engine.resolver.SingleThreadCachedTraversableResolver.class
org.hibernate.validator.internal.metadata.BeanMetaDataManager.class
org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData.class
org.hibernate.validator.internal.metadata.aggregated.BeanMetaData.class
org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl.class
org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData.class
org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder.class
org.hibernate.validator.internal.metadata.aggregated.MethodMetaData.class
org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData.class
org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.class
org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions.class
org.hibernate.validator.internal.metadata.core.ConstraintHelper.class
org.hibernate.validator.internal.metadata.core.ConstraintOrigin.class
org.hibernate.validator.internal.metadata.core.MetaConstraint.class
org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl.class
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl.class
org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl.class
org.hibernate.validator.internal.metadata.descriptor.MethodDescriptorImpl.class
org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl.class
org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl.class
org.hibernate.validator.internal.metadata.location.BeanConstraintLocation.class
org.hibernate.validator.internal.metadata.location.ConstraintLocation.class
org.hibernate.validator.internal.metadata.location.MethodConstraintLocation.class
org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.class
org.hibernate.validator.internal.metadata.provider.MetaDataProvider.class
org.hibernate.validator.internal.metadata.provider.MetaDataProviderKeyedByClassName.class
org.hibernate.validator.internal.metadata.provider.ProgrammaticMetaDataProvider.class
org.hibernate.validator.internal.metadata.provider.XmlMetaDataProvider.class
org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement.class
org.hibernate.validator.internal.metadata.raw.BeanConfiguration.class
org.hibernate.validator.internal.metadata.raw.ConfigurationSource.class
org.hibernate.validator.internal.metadata.raw.ConstrainedElement.class
org.hibernate.validator.internal.metadata.raw.ConstrainedField.class
org.hibernate.validator.internal.metadata.raw.ConstrainedMethod.class
org.hibernate.validator.internal.metadata.raw.ConstrainedParameter.class
org.hibernate.validator.internal.metadata.raw.ConstrainedType.class
org.hibernate.validator.internal.util.CollectionHelper.class
org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.class
org.hibernate.validator.internal.util.Contracts.class
org.hibernate.validator.internal.util.IdentitySet.class
org.hibernate.validator.internal.util.LazyValidatorFactory.class
org.hibernate.validator.internal.util.ModUtil.class
org.hibernate.validator.internal.util.ReflectionHelper.class
org.hibernate.validator.internal.util.TypeHelper.class
org.hibernate.validator.internal.util.Version.class
org.hibernate.validator.internal.util.annotationfactory.AnnotationDescriptor.class
org.hibernate.validator.internal.util.annotationfactory.AnnotationFactory.class
org.hibernate.validator.internal.util.annotationfactory.AnnotationProxy.class
org.hibernate.validator.internal.util.logging.Log.class
org.hibernate.validator.internal.util.logging.LoggerFactory.class
org.hibernate.validator.internal.util.logging.Messages.class
org.hibernate.validator.internal.util.privilegedactions.ConstructorInstance.class
org.hibernate.validator.internal.util.privilegedactions.GetAnnotationParameter.class
org.hibernate.validator.internal.util.privilegedactions.GetClassLoader.class
org.hibernate.validator.internal.util.privilegedactions.GetConstructor.class
org.hibernate.validator.internal.util.privilegedactions.GetDeclaredField.class
org.hibernate.validator.internal.util.privilegedactions.GetDeclaredFields.class
org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethod.class
org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethods.class
org.hibernate.validator.internal.util.privilegedactions.GetMethod.class
org.hibernate.validator.internal.util.privilegedactions.GetMethodFromPropertyName.class
org.hibernate.validator.internal.util.privilegedactions.GetMethods.class
org.hibernate.validator.internal.util.privilegedactions.LoadClass.class
org.hibernate.validator.internal.util.privilegedactions.NewInstance.class
org.hibernate.validator.internal.util.privilegedactions.SetAccessibility.class
org.hibernate.validator.internal.util.scriptengine.ScriptEvaluator.class
org.hibernate.validator.internal.util.scriptengine.ScriptEvaluatorFactory.class
org.hibernate.validator.internal.xml.AnnotationType.class
org.hibernate.validator.internal.xml.BeanType.class
org.hibernate.validator.internal.xml.ClassType.class
org.hibernate.validator.internal.xml.ConstraintDefinitionType.class
org.hibernate.validator.internal.xml.ConstraintMappingsType.class
org.hibernate.validator.internal.xml.ConstraintType.class
org.hibernate.validator.internal.xml.ElementType.class
org.hibernate.validator.internal.xml.FieldType.class
org.hibernate.validator.internal.xml.GetterType.class
org.hibernate.validator.internal.xml.GroupSequenceType.class
org.hibernate.validator.internal.xml.GroupsType.class
org.hibernate.validator.internal.xml.ObjectFactory.class
org.hibernate.validator.internal.xml.PayloadType.class
org.hibernate.validator.internal.xml.PropertyType.class
org.hibernate.validator.internal.xml.ValidatedByType.class
org.hibernate.validator.internal.xml.ValidationBootstrapParameters.class
org.hibernate.validator.internal.xml.ValidationConfigType.class
org.hibernate.validator.internal.xml.ValidationXmlParser.class
org.hibernate.validator.internal.xml.XmlMappingParser.class
org.hibernate.validator.internal.xml.package-info.class
org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.class
org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator.class
org.hibernate.validator.method.MethodConstraintViolation.class
org.hibernate.validator.method.MethodConstraintViolationException.class
org.hibernate.validator.method.MethodValidator.class
org.hibernate.validator.method.metadata.MethodDescriptor.class
org.hibernate.validator.method.metadata.ParameterDescriptor.class
org.hibernate.validator.method.metadata.TypeDescriptor.class
org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.class
org.hibernate.validator.resourceloading.CachingResourceBundleLocator.class
org.hibernate.validator.resourceloading.DelegatingResourceBundleLocator.class
org.hibernate.validator.resourceloading.PlatformResourceBundleLocator.class
org.hibernate.validator.resourceloading.ResourceBundleLocator.class
org.hibernate.validator.spi.group.DefaultGroupSequenceProvider.class
org.hibernate.validator.spi.resourceloading.ResourceBundleLocator.class
org.jboss.logging.AbstractLoggerProvider.class
org.jboss.logging.AbstractMdcLoggerProvider.class
org.jboss.logging.BasicLogger.class
org.jboss.logging.Cause.class
org.jboss.logging.DelegatingBasicLogger.class
org.jboss.logging.Field.class
org.jboss.logging.FormatWith.class
org.jboss.logging.JBossLogManagerLogger.class
org.jboss.logging.JBossLogManagerProvider.class
org.jboss.logging.JBossLogRecord.class
org.jboss.logging.JDKLevel.class
org.jboss.logging.JDKLogger.class
org.jboss.logging.JDKLoggerProvider.class
org.jboss.logging.Log4jLogger.class
org.jboss.logging.Log4jLoggerProvider.class
org.jboss.logging.LogMessage.class
org.jboss.logging.Logger.class
org.jboss.logging.LoggerProvider.class
org.jboss.logging.LoggerProviders.class
org.jboss.logging.LoggingClass.class
org.jboss.logging.MDC.class
org.jboss.logging.Message.class
org.jboss.logging.MessageBundle.class
org.jboss.logging.MessageLogger.class
org.jboss.logging.Messages.class
org.jboss.logging.NDC.class
org.jboss.logging.Param.class
org.jboss.logging.ParameterConverter.class
org.jboss.logging.Property.class
org.jboss.logging.SerializedLogger.class
org.jboss.logging.Slf4jLocationAwareLogger.class
org.jboss.logging.Slf4jLogger.class
org.jboss.logging.Slf4jLoggerProvider.class
org.jboss.logmanager.AtomicArray.class
org.jboss.logmanager.ClassLoaderLogContextSelector.class
org.jboss.logmanager.ConcurrentReferenceHashMap.class
org.jboss.logmanager.ConfigurationLocator.class
org.jboss.logmanager.Configurator.class
org.jboss.logmanager.CopyOnWriteWeakMap.class
org.jboss.logmanager.DefaultConfigurationLocator.class
org.jboss.logmanager.ExtFormatter.class
org.jboss.logmanager.ExtHandler.class
org.jboss.logmanager.ExtLogRecord.class
org.jboss.logmanager.FastCopyHashMap.class
org.jboss.logmanager.Level.class
org.jboss.logmanager.LogContext.class
org.jboss.logmanager.LogContextSelector.class
org.jboss.logmanager.LogContextSelectorService.class
org.jboss.logmanager.LogManager.class
org.jboss.logmanager.LogService.class
org.jboss.logmanager.Logger.class
org.jboss.logmanager.LoggerNode.class
org.jboss.logmanager.LoggingMXBeanImpl.class
org.jboss.logmanager.LoggingUncaughtExceptionHandler.class
org.jboss.logmanager.MDC.class
org.jboss.logmanager.NDC.class
org.jboss.logmanager.PropertyConfigurator.class
org.jboss.logmanager.SerializedLogger.class
org.jboss.logmanager.WrappedExtLogRecord.class
org.jboss.logmanager.errormanager.OnlyOnceErrorManager.class
org.jboss.logmanager.filters.AcceptAllFilter.class
org.jboss.logmanager.filters.AllFilter.class
org.jboss.logmanager.filters.AnyFilter.class
org.jboss.logmanager.filters.DenyAllFilter.class
org.jboss.logmanager.filters.InvertFilter.class
org.jboss.logmanager.filters.LevelChangingFilter.class
org.jboss.logmanager.filters.LevelFilter.class
org.jboss.logmanager.filters.LevelRangeFilter.class
org.jboss.logmanager.filters.RegexFilter.class
org.jboss.logmanager.filters.SubstituteFilter.class
org.jboss.logmanager.formatters.FormatStep.class
org.jboss.logmanager.formatters.FormatStringParser.class
org.jboss.logmanager.formatters.Formatters.class
org.jboss.logmanager.formatters.MultistepFormatter.class
org.jboss.logmanager.formatters.PatternFormatter.class
org.jboss.logmanager.formatters.StringBuilderWriter.class
org.jboss.logmanager.handlers.ArrayQueue.class
org.jboss.logmanager.handlers.AsyncHandler.class
org.jboss.logmanager.handlers.ConsoleHandler.class
org.jboss.logmanager.handlers.FileHandler.class
org.jboss.logmanager.handlers.FlushableCloseable.class
org.jboss.logmanager.handlers.Handlers.class
org.jboss.logmanager.handlers.NullHandler.class
org.jboss.logmanager.handlers.OutputStreamHandler.class
org.jboss.logmanager.handlers.PeriodicRotatingFileHandler.class
org.jboss.logmanager.handlers.SizeRotatingFileHandler.class
org.jboss.logmanager.handlers.UncloseableOutputStream.class
org.jboss.logmanager.handlers.UncloseableWriter.class
org.jboss.logmanager.handlers.WriterHandler.class
org/hibernate/validator/ValidationMessages.properties
org/hibernate/validator/ValidationMessages_cs.properties
org/hibernate/validator/ValidationMessages_de.properties
org/hibernate/validator/ValidationMessages_en.properties
org/hibernate/validator/ValidationMessages_es.properties
org/hibernate/validator/ValidationMessages_fr.properties
org/hibernate/validator/ValidationMessages_hu.properties
org/hibernate/validator/ValidationMessages_mn_MN.properties
org/hibernate/validator/ValidationMessages_pt_BR.properties
org/hibernate/validator/ValidationMessages_tr.properties
org/hibernate/validator/ValidationMessages_zh_CN.properties
org/hibernate/validator/internal/util/logging/Log.i18n.properties
org/hibernate/validator/internal/util/logging/Messages.i18n.properties








Related examples in the same category

1.Download hibernate-validator-4.3.1.final-1.0.0-sources.jar
2.Download hibernate-validator-4.1.0.cr1-sources.jar
3.Download hibernate-validator-annotation-processor-4.2.0.beta1-sources.jar
4.Download hibernate-validator-annotation-processor-4.2.0.beta1.jar
5.Download hibernate-validator-annotation-processor-4.2.0.beta2-sources.jar
6.Download hibernate-validator-annotation-processor-4.2.0.beta2.jar
7.Download hibernate-validator-annotation-processor-5.0.0.cr1-sources.jar
8.Download hibernate-validator-annotation-processor-5.0.0.cr1.jar
9.Download hibernate-validator-annotation-processor-5.0.0.cr2-sources.jar
10.Download hibernate-validator-annotation-processor-5.0.0.cr2.jar
11.Download hibernate-validator-annotation-processor-5.0.0.cr3-sources.jar
12.Download hibernate-validator-annotation-processor-5.0.0.cr3.jar
13.Download hibernate-validator-annotation-processor-5.0.0.cr4-sources.jar
14.Download hibernate-validator-annotation-processor-5.0.0.cr4.jar
15.Download hibernate-validator-legacy-4.0.0.cr1-sources.jar
16.Download hibernate-validator-legacy-4.0.0.cr1.jar
17.Download hibernate-validator-annotation-processor-4.1.0.cr1-sources.jar
18.Download hibernate-validator-annotation-processor-4.1.0.cr1.jar
19.Download hibernate-validator-5.0.0.cr1-sources.jar
20.Download hibernate-validator-5.0.0.cr1-testing.jar
21.Download hibernate-validator-5.0.0.cr1.jar
22.Download hibernate-validator-5.0.0.cr2-sources.jar
23.Download hibernate-validator-5.0.0.cr2-testing.jar
24.Download hibernate-validator-5.0.0.cr2.jar
25.Download hibernate-validator-5.0.0.cr3-sources.jar
26.Download hibernate-validator-5.0.0.cr3-testing.jar
27.Download hibernate-validator-5.0.0.cr3.jar
28.Download hibernate-validator-5.0.0.cr4-sources.jar
29.Download hibernate-validator-5.0.0.cr4-testing.jar
30.Download hibernate-validator-5.0.0.cr4.jar
31.Download hibernate-validator-5.0.0.cr5-sources.jar
32.Download hibernate-validator-5.0.0.cr5-testing.jar
33.Download hibernate-validator-5.0.0.cr5.jar
34.Download hibernate-validator-quickstart-archetype-4.2.0.beta2.jar
35.Download hibernate-validator-quickstart-archetype-4.3.0.beta1.jar
36.Download hibernate-validator-cdi-5.0.0.final-sources.jar
37.Download hibernate-validator-cdi-5.0.0.final.jar
38.Download hibernate-validator-quickstart-archetype-4.2.0.cr1.jar
39.Download hibernate-validator-4.2.0.cr1-sources.jar
40.Download hibernate-validator-4.2.0.cr1.jar
41.Download hibernate-validator-annotation-processor-5.0.1.final-sources.jar
42.Download hibernate-validator-annotation-processor-5.0.1.final.jar
43.Download hibernate-validator-cdi-5.0.1.final-sources.jar
44.Download hibernate-validator-cdi-5.0.1.final.jar
45.Download hibernate-validator-quickstart-archetype-4.2.0.beta1.jar
46.Download hibernate-validator-quickstart-archetype-4.3.0.cr1.jar
47.Download hibernate-validator-tck-runner-4.0.0.beta1.jar
48.Download hibernate-validator-tck-runner-4.0.0.beta2-sources.jar
49.Download hibernate-validator-tck-runner-4.0.0.beta2.jar
50.Download hibernate-validator-tck-runner-4.0.0.beta3-sources.jar
51.Download hibernate-validator-tck-runner-4.0.0.beta3.jar
52.Download hibernate-validator-tck-runner-4.2.0.beta1-sources.jar
53.Download hibernate-validator-tck-runner-4.2.0.beta1.jar
54.Download hibernate-validator-5.0.1.final.jar
55.Download hibernate-validator-tck-runner-4.0.0.cr1-sources.jar
56.Download hibernate-validator-tck-runner-4.2.0.beta2-sources.jar
57.Download hibernate-validator-tck-runner-4.2.0.beta2.jar
58.Download hibernate-validator-tck-runner-4.2.0.cr1-sources.jar
59.Download hibernate-validator-5.0.1.final-sources.jar
60.Download hibernate-validator-5.0.1.final-testing.jar
61.Download hibernate-validator-tck-runner-4.0.0.cr1.jar
62.Download hibernate-validator-tck-runner-4.2.0.cr1.jar
63.Download hibernate-validator-4.2.0.beta1.jar
64.Download hibernate-validator-4.2.0.beta2.jar
65.Download hibernate-validator-5.0.0.beta1.jar
66.Download hibernate-validator-5.0.0.final.jar
67.Download hibernate-validator-annotation-processor-4.1.0.beta1-sources.jar
68.Download hibernate-validator-annotation-processor-4.1.0.beta1.jar
69.Download hibernate-validator-annotation-processor-4.1.0.beta2-sources.jar
70.Download hibernate-validator-annotation-processor-4.1.0.beta2.jar
71.Download hibernate-validator-annotation-processor-5.0.0.beta1-sources.jar
72.Download hibernate-validator-annotation-processor-5.0.0.beta1.jar
73.Download hibernate-validator-cdi-5.0.0.cr5.jar
74.Download hibernate-validator-tck-runner-4.3.0.beta1-sources.jar
75.Download hibernate-validator-tck-runner-4.3.0.beta1.jar
76.Download hibernate-validator-4.2.0.beta1-sources.jar
77.Download hibernate-validator-4.2.0.beta2-sources.jar
78.Download hibernate-validator-5.0.0.beta1-sources.jar
79.Download hibernate-validator-5.0.0.beta1-testing.jar
80.Download hibernate-validator-5.0.0.final-sources.jar
81.Download hibernate-validator-5.0.0.final-testing.jar
82.Download hibernate-validator-cdi-5.0.0.cr5-sources.jar
83.Download hibernate-validator-4.3.0.cr1-sources.jar
84.Download hibernate-validator-4.3.0.cr1-testing.jar
85.Download hibernate-validator-4.3.0.cr1.jar
86.Download hibernate-validator-annotation-processor-4.3.1.final-sources.jar
87.Download hibernate-validator-quickstart-archetype-4.0.0.beta1.jar
88.Download hibernate-validator-quickstart-archetype-4.0.0.beta2.jar
89.Download hibernate-validator-tck-runner-4.3.0.cr1-sources.jar
90.Download hibernate-validator-tck-runner-4.3.0.cr1.jar
91.Download hibernate-validator-quickstart-archetype-4.0.0.cr1.jar
92.Download hibernate-validator-tck-runner-4.1.0.beta1-sources.jar
93.Download hibernate-validator-tck-runner-4.1.0.beta1.jar
94.Download hibernate-validator-tck-runner-4.1.0.beta2-sources.jar
95.Download hibernate-validator-tck-runner-4.1.0.beta2.jar
96.Download hibernate-validator-tck-runner-4.1.0.cr1-sources.jar
97.Download hibernate-validator-tck-runner-4.1.0.cr1.jar
98.Download hibernate-validator-4.1.0.final.jar
99.Download hibernate-validator-4.2.0.final.jar
100.Download hibernate-validator-4.3.0.final.jar
101.Download hibernate-validator-4.3.1.final.jar
102.Download hibernate-validator-annotation-processor-4.1.0.final-sources.jar
103.Download hibernate-validator-annotation-processor-4.1.0.final.jar
104.Download hibernate-validator-annotation-processor-4.2.0.final-sources.jar
105.Download hibernate-validator-annotation-processor-4.2.0.final.jar
106.Download hibernate-validator-annotation-processor-4.3.0.final.jar
107.Download hibernate-validator-annotation-processor-4.3.1.final.jar
108.Download hibernate-validator-legacy-3.1.0.ga.jar
109.Download hibernate-validator-legacy-4.0.0.ga-sources.jar
110.Download hibernate-validator-legacy-4.0.0.ga.jar
111.Download hibernate-validator-legacy-4.0.1.ga-sources.jar
112.Download hibernate-validator-legacy-4.0.1.ga.jar
113.Download hibernate-validator-legacy-4.0.2.ga-sources.jar
114.Download hibernate-validator-legacy-4.0.2.ga.jar
115.Download hibernate-validator-legacy.jar
116.Download hibernate-validator-quickstart-archetype-4.0.0.ga.jar
117.Download hibernate-validator-quickstart-archetype-4.0.1.ga.jar
118.Download hibernate-validator-quickstart-archetype-4.0.2.ga.jar
119.Download hibernate-validator-quickstart-archetype-4.2.0.final.jar
120.Download hibernate-validator-quickstart-archetype-4.3.0.final.jar
121.Download hibernate-validator-security-contribs-1.0.0.jar
122.Download hibernate-validator-security-contribs-1.1.0.jar
123.Download hibernate-validator-security-contribs-1.2.0.jar
124.Download hibernate-validator-security-contribs-1.2.1.jar
125.Download hibernate-validator-sources.jar
126.Download hibernate-validator-tck-runner-4.0.0.ga-sources.jar
127.Download hibernate-validator-tck-runner-4.0.1.ga-sources.jar
128.Download hibernate-validator-tck-runner-4.0.2.ga-sources.jar
129.Download hibernate-validator-tck-runner-4.1.0.final-sources.jar
130.Download hibernate-validator-tck-runner-4.1.0.final.jar
131.Download hibernate-validator-tck-runner-4.2.0.final-sources.jar
132.Download hibernate-validator-tck-runner-4.2.0.final.jar
133.Download hibernate-validator-tck-runner-4.3.0.final-sources.jar
134.Download hibernate-validator-tck-runner-4.3.0.final.jar
135.Download hibernate-validator-tck-runner-4.3.1.final-sources.jar
136.Download hibernate-validator-tck-runner-4.3.1.final.jar
137.Download hibernate-validator.jar
138.Download hibernate-validator-4.2.0.final-sources.jar
139.Download hibernate-validator-4.3.0.final-sources.jar
140.Download hibernate-validator-4.3.0.final-testing.jar
141.Download hibernate-validator-4.3.1.final-sources.jar
142.Download hibernate-validator-4.3.1.final-testing.jar
143.Download hibernate-validator-tck-runner-4.0.0.ga.jar
144.Download hibernate-validator-tck-runner-4.0.1.ga.jar
145.Download hibernate-validator-tck-runner-4.0.2.ga.jar
146.Download hibernate-validator-annotation-processor-4.3.0.cr1-sources.jar
147.Download hibernate-validator-annotation-processor-4.3.0.cr1.jar
148.Download hibernate-validator-annotation-processor-4.2.0.cr1-sources.jar
149.Download hibernate-validator-annotation-processor-4.2.0.cr1.jar
150.Download hibernate-validator-4.3.0.beta1.jar
151.Download hibernate-validator-annotation-processor-4.3.0.final-sources.jar
152.Download hibernate-validator-annotation-processor-5.0.0.cr5-sources.jar
153.Download hibernate-validator-annotation-processor-5.0.0.cr5.jar
154.Download hibernate-validator-security-contribs-1.2.0-sources.jar
155.Download hibernate-validator-security-contribs-1.2.1-sources.jar
156.Download hibernate-validator-4.3.0.beta1-sources.jar
157.Download hibernate-validator-4.3.0.beta1-testing.jar
158.Download hibernate-validator-security-contribs-1.1.0-sources.jar
159.Download hibernate-validator-security-contribs-1.0.0-sources.jar
160.Download hibernate-validator-annotation-processor-5.0.0.final-sources.jar
161.Download hibernate-validator-annotation-processor-5.0.0.final.jar
162.Download hibernate-validator-legacy-4.0.0.beta2-sources.jar
163.Download hibernate-validator-legacy-4.0.0.beta3-sources.jar
164.Download hibernate-validator-legacy-4.0.0.beta2.jar
165.Download hibernate-validator-legacy-4.0.0.beta3.jar
166.Download hibernate-validator-annotation-processor-4.3.0.beta1-sources.jar
167.Download hibernate-validator-annotation-processor-4.3.0.beta1.jar