jar

com.github.softwarevax : dictionary-core

Maven & Gradle

Jun 12, 2022
1 usages
3 stars

dictionary-core · dictionary plugins dictionary-core

Table Of Contents

Latest Version

Download com.github.softwarevax : dictionary-core JAR file - Latest Versions:

All Versions

Download com.github.softwarevax : dictionary-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.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 dictionary-core-0.0.3.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.softwarevax.dict.core.database

├─ com.github.softwarevax.dict.core.database.AbstractDbTable.class - [JAR]

├─ com.github.softwarevax.dict.core.database.DatabaseLoader.class - [JAR]

├─ com.github.softwarevax.dict.core.database.DatabaseTable.class - [JAR]

├─ com.github.softwarevax.dict.core.database.DatabaseType.class - [JAR]

├─ com.github.softwarevax.dict.core.database.DatabaseUtils.class - [JAR]

com.github.softwarevax.dict.core.enums

├─ com.github.softwarevax.dict.core.enums.DictField.class - [JAR]

├─ com.github.softwarevax.dict.core.enums.DictFieldType.class - [JAR]

├─ com.github.softwarevax.dict.core.enums.DictionaryType.class - [JAR]

com.github.softwarevax.dict.core.event

├─ com.github.softwarevax.dict.core.event.AfterInvokeEvent.class - [JAR]

├─ com.github.softwarevax.dict.core.event.AfterRefreshEvent.class - [JAR]

├─ com.github.softwarevax.dict.core.event.BeforeInvokeEvent.class - [JAR]

├─ com.github.softwarevax.dict.core.event.BeforeRefreshEvent.class - [JAR]

├─ com.github.softwarevax.dict.core.event.DictionaryEvent.class - [JAR]

├─ com.github.softwarevax.dict.core.event.DictionaryEventType.class - [JAR]

com.github.softwarevax.dict.core.resolver

├─ com.github.softwarevax.dict.core.resolver.ArrayConverter.class - [JAR]

├─ com.github.softwarevax.dict.core.resolver.CollectionConverter.class - [JAR]

├─ com.github.softwarevax.dict.core.resolver.DefaultDictionaryValueParser.class - [JAR]

├─ com.github.softwarevax.dict.core.resolver.DefaultValueComparator.class - [JAR]

├─ com.github.softwarevax.dict.core.resolver.IConverter.class - [JAR]

com.github.softwarevax.dict.core.resolver.gsetter

├─ com.github.softwarevax.dict.core.resolver.gsetter.Getter.class - [JAR]

com.github.softwarevax.dict.core

├─ com.github.softwarevax.dict.core.CacheHolder.class - [JAR]

├─ com.github.softwarevax.dict.core.CacheResolver.class - [JAR]

├─ com.github.softwarevax.dict.core.Dictionary.class - [JAR]

├─ com.github.softwarevax.dict.core.DictionaryHelper.class - [JAR]

com.github.softwarevax.dict.core.domain

├─ com.github.softwarevax.dict.core.domain.DictionaryConfigure.class - [JAR]

├─ com.github.softwarevax.dict.core.domain.DictionaryEntity.class - [JAR]

com.github.softwarevax.dict.core.mybatis

├─ com.github.softwarevax.dict.core.mybatis.DictionaryInterceptor.class - [JAR]

com.github.softwarevax.dict.core.utils

├─ com.github.softwarevax.dict.core.utils.ArrayUtils.class - [JAR]

├─ com.github.softwarevax.dict.core.utils.Assert.class - [JAR]

├─ com.github.softwarevax.dict.core.utils.BeanUtils.class - [JAR]

├─ com.github.softwarevax.dict.core.utils.ClassUtils.class - [JAR]

├─ com.github.softwarevax.dict.core.utils.CollectionUtils.class - [JAR]

├─ com.github.softwarevax.dict.core.utils.DictionaryUtils.class - [JAR]

├─ com.github.softwarevax.dict.core.utils.FieldUtils.class - [JAR]

├─ com.github.softwarevax.dict.core.utils.ListUtils.class - [JAR]

├─ com.github.softwarevax.dict.core.utils.MemberUtils.class - [JAR]

├─ com.github.softwarevax.dict.core.utils.StringUtils.class - [JAR]

├─ com.github.softwarevax.dict.core.utils.Validate.class - [JAR]

com.github.softwarevax.dict.core.interfaces

├─ com.github.softwarevax.dict.core.interfaces.DictionaryLoader.class - [JAR]

├─ com.github.softwarevax.dict.core.interfaces.DictionaryTable.class - [JAR]

├─ com.github.softwarevax.dict.core.interfaces.DictionaryValueComparator.class - [JAR]

├─ com.github.softwarevax.dict.core.interfaces.DictionaryValueParser.class - [JAR]