jar

io.github.careem : converter-codegen-testapp

Maven & Gradle

Jun 19, 2020
5 stars
Table Of Contents

Latest Version

Download io.github.careem : converter-codegen-testapp JAR file - Latest Versions:

All Versions

Download io.github.careem : converter-codegen-testapp JAR file - All Versions:

Version Vulnerabilities Size Updated
0.7.x
0.6.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 converter-codegen-testapp-0.7.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.careem.testapp.conversion.book.b

├─ com.careem.testapp.conversion.book.b.BookB.class - [JAR]

com.careem.testapp.conversion

├─ com.careem.testapp.conversion.BookAToBookBCustomConverter.class - [JAR]

com.careem.testapp.conversion.book.a

├─ com.careem.testapp.conversion.book.a.BookA.class - [JAR]

├─ com.careem.testapp.conversion.book.a.BookBToBookAConverter.class - [JAR]

com.careem.testapp.conversion.author.a

├─ com.careem.testapp.conversion.author.a.AuthorA.class - [JAR]

├─ com.careem.testapp.conversion.author.a.AuthorBToAuthorAConverter.class - [JAR]

com.careem.testapp.conversion.author.b

├─ com.careem.testapp.conversion.author.b.AuthorAToAuthorBConverter.class - [JAR]

├─ com.careem.testapp.conversion.author.b.AuthorB.class - [JAR]

com.careem.testapp.conversion.author.c

├─ com.careem.testapp.conversion.author.c.AuthorC.class - [JAR]

com.careem.testapp.conversion.author

├─ com.careem.testapp.conversion.author.Author.class - [JAR]