jar

io.github.skosijer : lotr

Maven & Gradle

Dec 12, 2022
0 stars

Lotr API SDK · Lotr API SDK is a project making Lord of the Rings API accessible to developers

Table Of Contents

Latest Version

Download io.github.skosijer : lotr JAR file - Latest Versions:

All Versions

Download io.github.skosijer : lotr JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 lotr-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.skosijer.lotr.service.impl

├─ io.github.skosijer.lotr.service.impl.BookService.class - [JAR]

├─ io.github.skosijer.lotr.service.impl.ChapterService.class - [JAR]

├─ io.github.skosijer.lotr.service.impl.CharacterService.class - [JAR]

├─ io.github.skosijer.lotr.service.impl.MovieService.class - [JAR]

├─ io.github.skosijer.lotr.service.impl.QuoteService.class - [JAR]

io.github.skosijer.lotr.service

├─ io.github.skosijer.lotr.service.IBookService.class - [JAR]

├─ io.github.skosijer.lotr.service.IChapterService.class - [JAR]

├─ io.github.skosijer.lotr.service.ICharacterService.class - [JAR]

├─ io.github.skosijer.lotr.service.IMovieService.class - [JAR]

├─ io.github.skosijer.lotr.service.IQuoteService.class - [JAR]

io.github.skosijer.lotr.api.response

├─ io.github.skosijer.lotr.api.response.Book.class - [JAR]

├─ io.github.skosijer.lotr.api.response.BookPage.class - [JAR]

├─ io.github.skosijer.lotr.api.response.Chapter.class - [JAR]

├─ io.github.skosijer.lotr.api.response.ChapterPage.class - [JAR]

├─ io.github.skosijer.lotr.api.response.Character.class - [JAR]

├─ io.github.skosijer.lotr.api.response.CharacterPage.class - [JAR]

├─ io.github.skosijer.lotr.api.response.Movie.class - [JAR]

├─ io.github.skosijer.lotr.api.response.MoviePage.class - [JAR]

├─ io.github.skosijer.lotr.api.response.Quote.class - [JAR]

├─ io.github.skosijer.lotr.api.response.QuotePage.class - [JAR]

io.github.skosijer.lotr.exception

├─ io.github.skosijer.lotr.exception.EntityIdNullException.class - [JAR]

io.github.skosijer.lotr.api.request

├─ io.github.skosijer.lotr.api.request.Filter.class - [JAR]

├─ io.github.skosijer.lotr.api.request.FilterType.class - [JAR]

├─ io.github.skosijer.lotr.api.request.Pagination.class - [JAR]

├─ io.github.skosijer.lotr.api.request.Query.class - [JAR]

├─ io.github.skosijer.lotr.api.request.Sort.class - [JAR]

├─ io.github.skosijer.lotr.api.request.SortOrder.class - [JAR]

io.github.skosijer.lotr.client

├─ io.github.skosijer.lotr.client.GetAllByIdClient.class - [JAR]

├─ io.github.skosijer.lotr.client.GetAllClient.class - [JAR]

├─ io.github.skosijer.lotr.client.GetByIdClient.class - [JAR]

├─ io.github.skosijer.lotr.client.HttpClientWithToken.class - [JAR]

io.github.skosijer.lotr.util

├─ io.github.skosijer.lotr.util.ApiConstants.class - [JAR]

├─ io.github.skosijer.lotr.util.QueryUtil.class - [JAR]

├─ io.github.skosijer.lotr.util.ResponseObjectMapper.class - [JAR]

io.github.skosijer.lotr

├─ io.github.skosijer.lotr.ILotrClient.class - [JAR]

├─ io.github.skosijer.lotr.LotrClient.class - [JAR]