jar

com.github.houbb : ecdict4j

Maven & Gradle

Mar 24, 2020

ecdict4j · The ecdict4j tool for java.(java 中英文词典工具)

Table Of Contents

Latest Version

Download com.github.houbb : ecdict4j JAR file - Latest Versions:

All Versions

Download com.github.houbb : ecdict4j 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 ecdict4j-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.houbb.ecdict4j.exception

├─ com.github.houbb.ecdict4j.exception.EcDictException.class - [JAR]

com.github.houbb.ecdict4j.bs

├─ com.github.houbb.ecdict4j.bs.EcDictBs.class - [JAR]

com.github.houbb.ecdict4j.api

├─ com.github.houbb.ecdict4j.api.IEcDict.class - [JAR]

├─ com.github.houbb.ecdict4j.api.IEcDictContext.class - [JAR]

├─ com.github.houbb.ecdict4j.api.IEcDictResult.class - [JAR]

com.github.houbb.ecdict4j.support.data.lemma.impl

├─ com.github.houbb.ecdict4j.support.data.lemma.impl.EnLemmaData.class - [JAR]

com.github.houbb.ecdict4j.api.impl

├─ com.github.houbb.ecdict4j.api.impl.EcDict.class - [JAR]

├─ com.github.houbb.ecdict4j.api.impl.EcDictContext.class - [JAR]

├─ com.github.houbb.ecdict4j.api.impl.EcDictResult.class - [JAR]

com.github.houbb.ecdict4j.support.handler.impl

├─ com.github.houbb.ecdict4j.support.handler.impl.EcDictHandler.class - [JAR]

├─ com.github.houbb.ecdict4j.support.handler.impl.EcDictHandlerFirst.class - [JAR]

├─ com.github.houbb.ecdict4j.support.handler.impl.EcDictHandlerFirstTranslation.class - [JAR]

├─ com.github.houbb.ecdict4j.support.handler.impl.EcDictHandlerWords.class - [JAR]

├─ com.github.houbb.ecdict4j.support.handler.impl.EcDictHandlers.class - [JAR]

com.github.houbb.ecdict4j.util

├─ com.github.houbb.ecdict4j.util.EcDictHelper.class - [JAR]

com.github.houbb.ecdict4j.support.data.lemma

├─ com.github.houbb.ecdict4j.support.data.lemma.IEnLemmaData.class - [JAR]

com.github.houbb.ecdict4j.support.handler

├─ com.github.houbb.ecdict4j.support.handler.IEcDictHandler.class - [JAR]

com.github.houbb.ecdict4j.support.data.dict

├─ com.github.houbb.ecdict4j.support.data.dict.IEcDictData.class - [JAR]

com.github.houbb.ecdict4j.constant

├─ com.github.houbb.ecdict4j.constant.EcDictConst.class - [JAR]

com.github.houbb.ecdict4j.support.data.dict.impl

├─ com.github.houbb.ecdict4j.support.data.dict.impl.EcDictData.class - [JAR]

com.github.houbb.ecdict4j.model

├─ com.github.houbb.ecdict4j.model.EcDictBean.class - [JAR]

├─ com.github.houbb.ecdict4j.model.EcDictSlimBean.class - [JAR]

Advertisement