jar

org.ujorm : ujo-core

Maven & Gradle

May 11, 2022
3 usages
6 stars

ujo-core · Ujorm-core is an open source Java small library which providing non-traditional objects based on the key-value architecture to open up new exciting opportunities for writing efficient code.

Table Of Contents

Latest Version

Download org.ujorm : ujo-core JAR file - Latest Versions:

All Versions

Download org.ujorm : ujo-core JAR file - All Versions:

Version Vulnerabilities Size Updated
2.24
2.22
2.21
2.20
2.18
2.17
2.16
2.15
2.14
2.13
2.12
2.11
2.10
2.05
2.04
2.03
2.02
2.01
2.00
1.94
1.93
1.92
1.91
1.90.x
1.90
1.88
1.87
1.86
1.85
1.84
1.83
1.82
1.81
1.80
1.77
1.76
1.75
1.74
1.73
1.72
1.71
1.70
1.62
1.61
1.60
1.56
1.55
1.54
1.53
1.52
1.51
1.50
1.48
1.47
1.46
1.45
1.44
1.43
1.42
1.41
1.40
1.36
1.35
1.34
1.33
1.32
1.31
1.30
1.30.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ujo-core-2.24.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ujorm.implementation.map

├─ org.ujorm.implementation.map.MapUjo.class - [JAR]

├─ org.ujorm.implementation.map.MapUjoExt.class - [JAR]

org.ujorm.core.annot

├─ org.ujorm.core.annot.PackagePrivate.class - [JAR]

├─ org.ujorm.core.annot.Transient.class - [JAR]

├─ org.ujorm.core.annot.XmlAttribute.class - [JAR]

├─ org.ujorm.core.annot.XmlElementBody.class - [JAR]

org.ujorm.extensions.types

├─ org.ujorm.extensions.types.AbstractValueWrapper.class - [JAR]

├─ org.ujorm.extensions.types.UnsignedShort.class - [JAR]

├─ org.ujorm.extensions.types.UnsignedShortStrict.class - [JAR]

org.ujorm.validator.impl

├─ org.ujorm.validator.impl.BetweenValidator.class - [JAR]

├─ org.ujorm.validator.impl.ComparableValidator.class - [JAR]

├─ org.ujorm.validator.impl.CompositeValidator.class - [JAR]

├─ org.ujorm.validator.impl.ConstantsValidator.class - [JAR]

├─ org.ujorm.validator.impl.CriterionValidator.class - [JAR]

├─ org.ujorm.validator.impl.DateValidator.class - [JAR]

├─ org.ujorm.validator.impl.LengthValidator.class - [JAR]

├─ org.ujorm.validator.impl.LocalDateTimeValidator.class - [JAR]

├─ org.ujorm.validator.impl.LocalDateValidator.class - [JAR]

├─ org.ujorm.validator.impl.NotEmptyCollectionValidator.class - [JAR]

├─ org.ujorm.validator.impl.NotEmptyValidator.class - [JAR]

├─ org.ujorm.validator.impl.NotNullValidator.class - [JAR]

├─ org.ujorm.validator.impl.PatternValidator.class - [JAR]

├─ org.ujorm.validator.impl.RangeValidator.class - [JAR]

├─ org.ujorm.validator.impl.ReadOnlyValidator.class - [JAR]

├─ org.ujorm.validator.impl.TypeValidator.class - [JAR]

├─ org.ujorm.validator.impl.ValidatorFactory.class - [JAR]

org.ujorm.swing

├─ org.ujorm.swing.SingleUjoTabModel.class - [JAR]

├─ org.ujorm.swing.UjoKeyRow.class - [JAR]

├─ org.ujorm.swing.UjoTableModel.class - [JAR]

org.ujorm.implementation.field

├─ org.ujorm.implementation.field.FieldProperty.class - [JAR]

├─ org.ujorm.implementation.field.FieldPropertyList.class - [JAR]

├─ org.ujorm.implementation.field.FieldUjo.class - [JAR]

├─ org.ujorm.implementation.field.FieldUjoExt.class - [JAR]

org.ujorm.implementation.mapImpl

├─ org.ujorm.implementation.mapImpl.MapImplUjo.class - [JAR]

├─ org.ujorm.implementation.mapImpl.MapImplUjoMiddle.class - [JAR]

org.ujorm.core.enums

├─ org.ujorm.core.enums.OptionEnum.class - [JAR]

org.ujorm.implementation.factory

├─ org.ujorm.implementation.factory.FactoryProperty.class - [JAR]

├─ org.ujorm.implementation.factory.FactoryUjo.class - [JAR]

├─ org.ujorm.implementation.factory.FactoryUjoExt.class - [JAR]

org.ujorm.logger

├─ org.ujorm.logger.UjoLogger.class - [JAR]

├─ org.ujorm.logger.UjoLoggerBridge2Slf4j.class - [JAR]

├─ org.ujorm.logger.UjoLoggerFactory.class - [JAR]

org.ujorm.validator

├─ org.ujorm.validator.AbstractValidator.class - [JAR]

├─ org.ujorm.validator.ValidationError.class - [JAR]

├─ org.ujorm.validator.ValidationException.class - [JAR]

├─ org.ujorm.validator.ValidatorUtils.class - [JAR]

org.ujorm.implementation.registrar

├─ org.ujorm.implementation.registrar.RegistrarUjo.class - [JAR]

├─ org.ujorm.implementation.registrar.RegistrarUjoExt.class - [JAR]

org.ujorm.implementation.quick

├─ org.ujorm.implementation.quick.QuickUjo.class - [JAR]

├─ org.ujorm.implementation.quick.QuickUjoMid.class - [JAR]

├─ org.ujorm.implementation.quick.SmartUjo.class - [JAR]

├─ org.ujorm.implementation.quick.SmartUjoLockable.class - [JAR]

org.ujorm.core

├─ org.ujorm.core.BeanManager.class - [JAR]

├─ org.ujorm.core.DummyUjo.class - [JAR]

├─ org.ujorm.core.IllegalUjormException.class - [JAR]

├─ org.ujorm.core.KeyFactory.class - [JAR]

├─ org.ujorm.core.KeyRing.class - [JAR]

├─ org.ujorm.core.NoCheck.class - [JAR]

├─ org.ujorm.core.NoCheckedKeyFactory.class - [JAR]

├─ org.ujorm.core.RingBuffer.class - [JAR]

├─ org.ujorm.core.UjoActionImpl.class - [JAR]

├─ org.ujorm.core.UjoCoder.class - [JAR]

├─ org.ujorm.core.UjoComparator.class - [JAR]

├─ org.ujorm.core.UjoHandlerXML.class - [JAR]

├─ org.ujorm.core.UjoManager.class - [JAR]

├─ org.ujorm.core.UjoManagerCSV.class - [JAR]

├─ org.ujorm.core.UjoManagerCache.class - [JAR]

├─ org.ujorm.core.UjoManagerRBundle.class - [JAR]

├─ org.ujorm.core.UjoManagerXML.class - [JAR]

├─ org.ujorm.core.UjoService.class - [JAR]

├─ org.ujorm.core.UjoTools.class - [JAR]

├─ org.ujorm.core.WeakKeyFactory.class - [JAR]

├─ org.ujorm.core.XmlHeader.class - [JAR]

org.ujorm.extensions

├─ org.ujorm.extensions.AbstractCollectionProperty.class - [JAR]

├─ org.ujorm.extensions.AbstractUjo.class - [JAR]

├─ org.ujorm.extensions.AbstractUjoExt.class - [JAR]

├─ org.ujorm.extensions.BinaryWrapper.class - [JAR]

├─ org.ujorm.extensions.KeyPairs.class - [JAR]

├─ org.ujorm.extensions.ListProperty.class - [JAR]

├─ org.ujorm.extensions.NativeUjoDecorator.class - [JAR]

├─ org.ujorm.extensions.NoCheckedProperty.class - [JAR]

├─ org.ujorm.extensions.PasswordBase64Wrapper.class - [JAR]

├─ org.ujorm.extensions.PathListProperty.class - [JAR]

├─ org.ujorm.extensions.PathProperty.class - [JAR]

├─ org.ujorm.extensions.Property.class - [JAR]

├─ org.ujorm.extensions.PropertyModifier.class - [JAR]

├─ org.ujorm.extensions.StringWrapper.class - [JAR]

├─ org.ujorm.extensions.SuperAbstractUjo.class - [JAR]

├─ org.ujorm.extensions.UjoCloneable.class - [JAR]

├─ org.ujorm.extensions.UjoExt.class - [JAR]

├─ org.ujorm.extensions.UjoLockable.class - [JAR]

├─ org.ujorm.extensions.UjoMiddle.class - [JAR]

├─ org.ujorm.extensions.UjoTextable.class - [JAR]

├─ org.ujorm.extensions.ValueAgent.class - [JAR]

├─ org.ujorm.extensions.ValueExportable.class - [JAR]

├─ org.ujorm.extensions.ValueTextable.class - [JAR]

├─ org.ujorm.extensions.ValueWrapper.class - [JAR]

├─ org.ujorm.extensions.WeakKeyImpl.class - [JAR]

org.ujorm.listener

├─ org.ujorm.listener.EventRegistrar.class - [JAR]

├─ org.ujorm.listener.UjoPropertyChangeEvent.class - [JAR]

├─ org.ujorm.listener.UjoPropertyChangeListener.class - [JAR]

├─ org.ujorm.listener.UjoPropertyChangeSupport.class - [JAR]

org.ujorm.implementation.bean

├─ org.ujorm.implementation.bean.BeanProperty.class - [JAR]

├─ org.ujorm.implementation.bean.BeanPropertyList.class - [JAR]

├─ org.ujorm.implementation.bean.BeanUjo.class - [JAR]

├─ org.ujorm.implementation.bean.BeanUjoExt.class - [JAR]

org.ujorm.criterion

├─ org.ujorm.criterion.AbstractOperator.class - [JAR]

├─ org.ujorm.criterion.BinaryCriterion.class - [JAR]

├─ org.ujorm.criterion.BinaryOperator.class - [JAR]

├─ org.ujorm.criterion.CriteriaTool.class - [JAR]

├─ org.ujorm.criterion.Criterion.class - [JAR]

├─ org.ujorm.criterion.FunctionCriterion.class - [JAR]

├─ org.ujorm.criterion.Operator.class - [JAR]

├─ org.ujorm.criterion.ProxyValue.class - [JAR]

├─ org.ujorm.criterion.SimpleValuePrinter.class - [JAR]

├─ org.ujorm.criterion.TemplateValue.class - [JAR]

├─ org.ujorm.criterion.ValueCriterion.class - [JAR]

org.ujorm

├─ org.ujorm.CompositeKey.class - [JAR]

├─ org.ujorm.CriterionProvider.class - [JAR]

├─ org.ujorm.Key.class - [JAR]

├─ org.ujorm.KeyList.class - [JAR]

├─ org.ujorm.ListKey.class - [JAR]

├─ org.ujorm.Ujo.class - [JAR]

├─ org.ujorm.UjoAction.class - [JAR]

├─ org.ujorm.UjoDecorator.class - [JAR]

├─ org.ujorm.Validator.class - [JAR]

├─ org.ujorm.WeakKey.class - [JAR]

Advertisement

Dependencies from Group

May 11, 2022
4 usages
May 11, 2022
3 usages
6 stars
May 11, 2022
2 usages
May 11, 2022
1 usages
6 stars
May 11, 2022

Discover Dependencies

Mar 08, 2016
2 usages
Mar 08, 2016
2 usages
Mar 08, 2016
2 usages
May 05, 2016
2 usages
734 stars
Jun 18, 2023
3 usages
9 stars
Jun 18, 2023
4 usages
9 stars
Mar 18, 2016
2 usages
4.5k stars
Mar 18, 2016
2 usages
4.5k stars