View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window redip-1.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.openingo.redip.configuration
├─ org.openingo.redip.configuration.RedipConfigurationProperties.class - [JAR]
├─ org.openingo.redip.configuration.RemoteConfiguration.class - [JAR]
org.openingo.redip.helper
├─ org.openingo.redip.helper.StringHelper.class - [JAR]
org.openingo.redip.dictionary.remote
├─ org.openingo.redip.dictionary.remote.AbstractRemoteDictionary.class - [JAR]
├─ org.openingo.redip.dictionary.remote.HttpRemoteDictionary.class - [JAR]
├─ org.openingo.redip.dictionary.remote.MySQLRemoteDictionary.class - [JAR]
├─ org.openingo.redip.dictionary.remote.RedisRemoteDictionary.class - [JAR]
├─ org.openingo.redip.dictionary.remote.RemoteDictionary.class - [JAR]
org.openingo.redip.dictionary
├─ org.openingo.redip.dictionary.IDictionary.class - [JAR]
org.openingo.redip.constants
├─ org.openingo.redip.constants.DictionaryType.class - [JAR]
├─ org.openingo.redip.constants.RemoteDictionaryEtymology.class - [JAR]