All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download property JAR 0.0.7 with all dependencies


The property framework for java.

Files of the artifact property version 0.0.7 from the group com.github.houbb.

Artifact property
Group com.github.houbb
Version 0.0.7
Last update 22. November 2019
Tags: property java framework
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies heaven, junit,
There are maybe transitive dependencies!
There is a newer version: 0.0.9
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of property Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of property version 0.0.7

META-INF
META-INF.META-INF.MANIFEST.MF
com.github.houbb.property.annotation
com.github.houbb.property.annotation.com.github.houbb.property.annotation.PropertyEntry
com.github.houbb.property.annotation.com.github.houbb.property.annotation.PropertyField
com.github.houbb.property.annotation.com.github.houbb.property.annotation.PropertyFormat
com.github.houbb.property.bs
com.github.houbb.property.bs.com.github.houbb.property.bs.PropertyBs
com.github.houbb.property.constant.format
com.github.houbb.property.constant.format.com.github.houbb.property.constant.format.DateFormatConst
com.github.houbb.property.constant.format.com.github.houbb.property.constant.format.DecimalFormatConst
com.github.houbb.property.constant
com.github.houbb.property.constant.com.github.houbb.property.constant.package-info
com.github.houbb.property.core
com.github.houbb.property.core.com.github.houbb.property.core.IProperty
com.github.houbb.property.core.impl
com.github.houbb.property.core.impl.com.github.houbb.property.core.impl.PropertyAdaptor
com.github.houbb.property.core.impl.com.github.houbb.property.core.impl.SimpleProperty
com.github.houbb.property.exception
com.github.houbb.property.exception.com.github.houbb.property.exception.PropertyRuntimeException
com.github.houbb.property.model
com.github.houbb.property.model.com.github.houbb.property.model.PropertyBo
com.github.houbb.property
com.github.houbb.property.com.github.houbb.property.package-info
com.github.houbb.property.support.bean
com.github.houbb.property.support.bean.com.github.houbb.property.support.bean.IBeanToMap
com.github.houbb.property.support.bean.com.github.houbb.property.support.bean.IMapToBean
com.github.houbb.property.support.bean.impl
com.github.houbb.property.support.bean.impl.com.github.houbb.property.support.bean.impl.BeanToMap
com.github.houbb.property.support.bean.impl.com.github.houbb.property.support.bean.impl.MapToBean
com.github.houbb.property.support.bean.impl.com.github.houbb.property.support.bean.impl.PropertyBos
com.github.houbb.property.support.converter
com.github.houbb.property.support.converter.com.github.houbb.property.support.converter.IFieldValueContext
com.github.houbb.property.support.converter.com.github.houbb.property.support.converter.IFieldValueConverter
com.github.houbb.property.support.converter.com.github.houbb.property.support.converter.IPropertyValueContext
com.github.houbb.property.support.converter.com.github.houbb.property.support.converter.IPropertyValueConverter
com.github.houbb.property.support.converter.com.github.houbb.property.support.converter.IValueContext
com.github.houbb.property.support.converter.com.github.houbb.property.support.converter.IValueConverter
com.github.houbb.property.support.converter.context
com.github.houbb.property.support.converter.context.com.github.houbb.property.support.converter.context.FieldValueContext
com.github.houbb.property.support.converter.context.com.github.houbb.property.support.converter.context.PropertyValueContext
com.github.houbb.property.support.converter.context.com.github.houbb.property.support.converter.context.ValueContext
com.github.houbb.property.support.converter.factory
com.github.houbb.property.support.converter.factory.com.github.houbb.property.support.converter.factory.ValueConverterFactory
com.github.houbb.property.support.converter.impl
com.github.houbb.property.support.converter.impl.com.github.houbb.property.support.converter.impl.AbstractNumberValueConverter
com.github.houbb.property.support.converter.impl.com.github.houbb.property.support.converter.impl.AbstractValueConverter
com.github.houbb.property.support.converter.impl.com.github.houbb.property.support.converter.impl.DefaultValueConverter
com.github.houbb.property.support.converter.impl.com.github.houbb.property.support.converter.impl.ObjectValueConverter
com.github.houbb.property.support.converter.impl.com.github.houbb.property.support.converter.impl.StringArrayValueConverter
com.github.houbb.property.support.converter.impl.com.github.houbb.property.support.converter.impl.StringCollectionValueConverter
com.github.houbb.property.support.converter.impl.aggregation
com.github.houbb.property.support.converter.impl.aggregation.com.github.houbb.property.support.converter.impl.aggregation.BooleanArrayValueConverter
com.github.houbb.property.support.converter.impl.aggregation.com.github.houbb.property.support.converter.impl.aggregation.ByteArrayValueConverter
com.github.houbb.property.support.converter.impl.aggregation.com.github.houbb.property.support.converter.impl.aggregation.CharArrayValueConverter
com.github.houbb.property.support.converter.impl.aggregation.com.github.houbb.property.support.converter.impl.aggregation.DoubleArrayValueConverter
com.github.houbb.property.support.converter.impl.aggregation.com.github.houbb.property.support.converter.impl.aggregation.FloatArrayValueConverter
com.github.houbb.property.support.converter.impl.aggregation.com.github.houbb.property.support.converter.impl.aggregation.IntArrayValueConverter
com.github.houbb.property.support.converter.impl.aggregation.com.github.houbb.property.support.converter.impl.aggregation.LongArrayValueConverter
com.github.houbb.property.support.converter.impl.aggregation.com.github.houbb.property.support.converter.impl.aggregation.ShortArrayValueConverter
com.github.houbb.property.support.converter.impl.base
com.github.houbb.property.support.converter.impl.base.com.github.houbb.property.support.converter.impl.base.BooleanValueConverter
com.github.houbb.property.support.converter.impl.base.com.github.houbb.property.support.converter.impl.base.ByteValueConverter
com.github.houbb.property.support.converter.impl.base.com.github.houbb.property.support.converter.impl.base.CharacterValueConverter
com.github.houbb.property.support.converter.impl.base.com.github.houbb.property.support.converter.impl.base.DoubleValueConverter
com.github.houbb.property.support.converter.impl.base.com.github.houbb.property.support.converter.impl.base.EnumValueConverter
com.github.houbb.property.support.converter.impl.base.com.github.houbb.property.support.converter.impl.base.FloatValueConverter
com.github.houbb.property.support.converter.impl.base.com.github.houbb.property.support.converter.impl.base.IntegerValueConverter
com.github.houbb.property.support.converter.impl.base.com.github.houbb.property.support.converter.impl.base.LongValueConverter
com.github.houbb.property.support.converter.impl.base.com.github.houbb.property.support.converter.impl.base.ShortValueConverter
com.github.houbb.property.support.converter.impl.base.com.github.houbb.property.support.converter.impl.base.StringValueConverter
com.github.houbb.property.support.converter.impl.math
com.github.houbb.property.support.converter.impl.math.com.github.houbb.property.support.converter.impl.math.BigDecimalValueConverter
com.github.houbb.property.support.converter.impl.math.com.github.houbb.property.support.converter.impl.math.BigIntegerValueConverter
com.github.houbb.property.support.converter.impl.util
com.github.houbb.property.support.converter.impl.util.com.github.houbb.property.support.converter.impl.util.CurrencyValueConverter
com.github.houbb.property.support.converter.impl.util.com.github.houbb.property.support.converter.impl.util.DateValueConverter
com.github.houbb.property.support.converter
com.github.houbb.property.support.converter.com.github.houbb.property.support.converter.package-info
com.github.houbb.property.support
com.github.houbb.property.support.com.github.houbb.property.support.package-info
com.github.houbb.property.support.properties
com.github.houbb.property.support.properties.com.github.houbb.property.support.properties.OrderedProperties




© 2015 - 2024 Weber Informatics LLC | Privacy Policy