jar

com.github.andreldsr : criteriaresolver

Maven & Gradle

Aug 03, 2022
3 stars

Criteria Resolver · A library to ease the use of criteria queries with multiple optional fields and projections

Table Of Contents

Latest Version

Download com.github.andreldsr : criteriaresolver JAR file - Latest Versions:

All Versions

Download com.github.andreldsr : criteriaresolver JAR file - All Versions:

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

com.github.andreldsr.criteriaresolver.searchobject

├─ com.github.andreldsr.criteriaresolver.searchobject.SearchObject.class - [JAR]

com.github.andreldsr.criteriaresolver.annotation

├─ com.github.andreldsr.criteriaresolver.annotation.CriteriaField.class - [JAR]

├─ com.github.andreldsr.criteriaresolver.annotation.ProjectionField.class - [JAR]

com.github.andreldsr.criteriaresolver.repository

├─ com.github.andreldsr.criteriaresolver.repository.CriteriaResolverBaseRepository.class - [JAR]