jar

com.github.air-project : project-dict

Maven & Gradle

Sep 02, 2016
0 stars

dictionary · Dict/dictionary is a easy and simple tool for most project.

Table Of Contents

Latest Version

Download com.github.air-project : project-dict JAR file - Latest Versions:

All Versions

Download com.github.air-project : project-dict JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1

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 project-dict-0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.air.utils.dict.entity

├─ com.air.utils.dict.entity.BaseDict.class - [JAR]

├─ com.air.utils.dict.entity.CompanyList.class - [JAR]

├─ com.air.utils.dict.entity.Dict.class - [JAR]

├─ com.air.utils.dict.entity.ProjectList.class - [JAR]

com.air.utils.dict.cache

├─ com.air.utils.dict.cache.AbstractDictCache.class - [JAR]

├─ com.air.utils.dict.cache.DBSyncAble.class - [JAR]

├─ com.air.utils.dict.cache.DictCache.class - [JAR]

├─ com.air.utils.dict.cache.RedisSyncAble.class - [JAR]

com.air.utils.dict.cache.impl

├─ com.air.utils.dict.cache.impl.DBMemDictCache.class - [JAR]

├─ com.air.utils.dict.cache.impl.RedisDictCache.class - [JAR]

com.air.utils.dict

├─ com.air.utils.dict.DictManager.class - [JAR]

com.air.utils.dict.annotation

├─ com.air.utils.dict.annotation.BeanAttr.class - [JAR]

├─ com.air.utils.dict.annotation.BeanType.class - [JAR]