jar

io.github.ardoco : text-provider-json

Maven & Gradle

Aug 22, 2023
0 stars

TextProvider JSON

Table Of Contents

Latest Version

Download io.github.ardoco : text-provider-json JAR file - Latest Versions:

All Versions

Download io.github.ardoco : text-provider-json JAR file - All Versions:

Version Vulnerabilities Size Updated
0.10.x
0.9.x
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.x
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 text-provider-json-0.10.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.ardoco.textproviderjson.converter

├─ io.github.ardoco.textproviderjson.converter.ConverterUtil.class - [JAR]

├─ io.github.ardoco.textproviderjson.converter.DtoToObjectConverter.class - [JAR]

├─ io.github.ardoco.textproviderjson.converter.JsonConverter.class - [JAR]

├─ io.github.ardoco.textproviderjson.converter.ObjectToDtoConverter.class - [JAR]

io.github.ardoco.textproviderjson.dto

├─ io.github.ardoco.textproviderjson.dto.IncomingDependencyDto.class - [JAR]

├─ io.github.ardoco.textproviderjson.dto.OutgoingDependencyDto.class - [JAR]

├─ io.github.ardoco.textproviderjson.dto.PosTag.class - [JAR]

├─ io.github.ardoco.textproviderjson.dto.SentenceDto.class - [JAR]

├─ io.github.ardoco.textproviderjson.dto.TextDto.class - [JAR]

├─ io.github.ardoco.textproviderjson.dto.WordDto.class - [JAR]

io.github.ardoco.textproviderjson.textobject

├─ io.github.ardoco.textproviderjson.textobject.DependencyImpl.class - [JAR]

├─ io.github.ardoco.textproviderjson.textobject.PhraseImpl.class - [JAR]

├─ io.github.ardoco.textproviderjson.textobject.SentenceImpl.class - [JAR]

├─ io.github.ardoco.textproviderjson.textobject.TextImpl.class - [JAR]

├─ io.github.ardoco.textproviderjson.textobject.WordImpl.class - [JAR]

io.github.ardoco.textproviderjson.error

├─ io.github.ardoco.textproviderjson.error.InvalidJsonException.class - [JAR]

├─ io.github.ardoco.textproviderjson.error.NotConvertableException.class - [JAR]